xml module

From: Patricio Bruna V (pbruna_at_linuxcenterla.com)
Date: 12/30/04


To: beginners@perl.org
Date: Thu, 30 Dec 2004 19:28:21 -0300


i need to parse out one big xml file, 592K, but the only thing i need to
do its eliminate some tags, where the lang attribute is not es (<name
xml:lang="ar">, fox example).
I think its a simple thing to do, so here its the question, what perl
module do you recommend for this task?

thx.

-- 
Patricio Bruna                                  http://www.linuxcenterla.com
Ingeniero de Proyectos                  Mariano Sánchez Fontecilla 310
Red Hat Certified Engineer              Las Condes, Santiago - CHILE
Linux Center Latinoamerica              Fono: 2745000




Relevant Pages

  • Re: Please help:need to read XML, edit, and write back to XML file
    ... If you were only looking for a few tags, it would be simple enough to parse ... out the text strings in a VBA routine using InStr and Mid functions but I ... the information in the various forms and generates an XML file. ...
    (microsoft.public.word.vba.general)
  • Re: C Bindings for TK
    ... The application will parse an xml file ... It will look into TAGS and APPROPRIATE options ... I SHOULD DYNAMICALLY INSTANTIATE A GUI APPLICATION DEPEDNDING UPON THE ...
    (comp.lang.tcl)
  • Re: How Do I search an XML File?
    ... If the XML file is well-formed and the data structure is stable, you could read the file in using the scriptlet library filesystemobject in Access 2000; look up createfileobject for some code examples. ... Or, you can use the old dos style file open, read the file in a line at a time, look for the tags that encapsulate the content you want, pop that information into an array, then deal with the 'hits' after you have completed your line by line scan of the file. ... or is the skill a child node of the employee? ... I also need to scan for the employee skill set if it matches a certain ...
    (microsoft.public.access.externaldata)
  • Strange performance behavior of IXMLDOMNode>>text in DPRO 5.1.4
    ... I have come a quite a way in building my own framework to parse a particular XML file (that contains information about audio tracks). ... After some more experimentation I also found that the bigger the XML file was, the longer each method execution took, even if it was for the same node at the same position. ...
    (comp.lang.smalltalk.dolphin)
  • RE: Bug in MSXML / XML Parser .Net
    ... > I have a problem parsing XML file using XSLT stylesheet by using: ... > System.Xml.XPath.MethodOperand.SetXsltContext(XsltContext context) ... > When I use XMLSpy to parse the XML using MSXML 4 processor it works perfect. ...
    (microsoft.public.dotnet.xml)