returned 100 on bna request

  • Thread starter Thread starter cj
  • Start date Start date
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."
 
This message was posted in error it was being sent to an email recipient
who understood it's meaning. I "canceled" the posting moments after I
caught it was being posted as well as emailed. But, depending on how
you view this forum, "canceling" apparently doesn't work. Anyway
disregard this posting.
 
Back
Top