Hi All,
Has anyone written a routine to validate that all tags in a pseudo XML
string are properly opened and closed? The strings aren't truly valid XML
data but it does have opening and closing tags.
Data looks like:
<book>
<chapter1>
<Title>The Beginning</Title>
Blah blah blah
</chapter1>
</book>
Any suggestions?
Thanks
Duane
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
[Donations and Support]
- How to Maintain State between Web Service Requests? Jeffry Houser
- Re: Validating A String as XML Duane Boudreau
- Re: Validating A String as XML Qasim Rasheed
- RE: Validating A String as XML Duane Boudreau