Irregular Expressions:

xml

1

March 20, 2010  8:37 PM

Parsing XML with regular expressions – Part 1



Posted by: Dan O'Connor
parse xml perl, perl, perl xml, xml

Many applications now have the ability to produce XML reports, while perl does have modules available to parse this information I find regular expressions are faster on extremely large data sets. A small example.

<date>
	<start>Thu Mar  4 23:27:03...

1