Page 1 of 1

Validating structure of XML string

Posted: Mon Aug 07, 2006 8:28 pm
by Shendemiar
I need to validate xml strings, and i do not mean Schema or DTD or relaxNG validation, but just that all opened tags are closed, all attributes have values quoted, and things like that.

Is there commands for this? Maybe a handy class or function somewhere?