Re: XML parser



A general XML parser, and that is actually what I was considering
doing, using regular expression to pull out the data and put it into a
nice array that can be used by some functions.

.



Relevant Pages

  • Re: XML::Parser, regex, or ??
    ... one should almost never try to write a regular expression to parse XML ... XML::Simple will pull the information from this source without any ...
    (perl.beginners)
  • Regular Expression help
    ... As I parse a file I need to pull an IP ... Now I thought a regular expression would be the ... entire string backwards and testing whether I have a number or a char, ...
    (comp.lang.ruby)
  • Re: XML::Parser, regex, or ??
    ... url and pull out the the number that appears in the CDATA between ... should I be figureing out a regular expression for this? ... one should almost never try to write a regular expression to parse XML ... XML::Simple will pull the information from this source without any ...
    (perl.beginners)
  • Re: Find instance in a string
    ... > I'm looking to find in a long string an instance of 4 numbers in a row, ... > pull out those numbers. ... You want a regular expression, ... I ran into the problem that putting ^ in has a different meaning. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Dictionary Question
    ... And I want to pull out all of the "gmail.com" addresses.. ... I already have a regular expression to search for this, ... Iterating over the dictionary keys should be rather efficient. ... Gabriel Genellina ...
    (comp.lang.python)