Hi cj,
Could you give me some more idea how you need to check the xml format? Do
you want to validate it using a certain xsd or just want to check if the
xml text is in valid xml format?
If latter one, you can try to load an xml into the XmlDocument using
XmlDocument.Load or XmlDocument.LoadXml. If it is invalid, an exception
will be thrown.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."