On 18 juil, 21:08, [EMAIL PROTECTED] (Epanda) wrote:
> Hi,
>
> I would like to know if we can parse XML with regexp faster than with
> an MSXML or Xerces library ?
>
> Thanks
> Best Regards

I just want to parse an XML and I have seen that the XML!!Parser of
Perl based on Expat is the most faster  ofth world, I don't know Twig.

My XML is classical :
<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE CONF_INST SYSTEM "dtd_conf_inst.dtd">

<ROOT_NODE VERS="1.0">
        <NODE1 TAG="VD/N1" SERIAL="3HHE">
                <C>
                        <ID>OM</ID>
                        <VAL>SAT</VAL>
                </C>
                <C>
                        <ID>TPS</ID>
                        <VAL>3E+01</VAL>
                </C>
        </NODE1>
</ROOT_NODE>

but can be very big.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to