There are a lot of dire warnings on the Internet against using regexes for XML parsing, but it actually can be a viable technique if done right.
tye demonstrated a nice proof-of-concept example for a custom regex-based XML parser a while back:
Re^2: parsing XML fragments (xml log files) with... a regex.
In reply to Re: How do you parse XML?
by smls
in thread How do you parse XML?
by Discipulus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |