Wednesday, July 20, 2005

XML Validation and Parsing with Regular Expression

Anyone have any idea on regular expression to validate XML and parse it?
I've been trying very hard today to build a XML parser myself using javascript, and just didn't manage to figure out how to do about it using regular expression.

Along the way, I've found some cool tools for regular expression:
http://www.weitz.de/regex-coach/

For references on regular expression:
http://www.regular-expression.info/

regards,
choongseng

No comments: