Is it not against the XML standard to have a quoted string containing
"<" or ">" in a tag?
You can certainly have comments like this in valid XML

<!-- <<><><><<<> ><>< >< -->

And processing instructions

<? <!-- <> <> ?>

And CDATA Sections (I forget the format, but they can hold arbitrary binary data).

So just working on fields will fail if there are any of these in the XML.

So you cannot rely on < and > as delimiters.



Craig
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to