On Wed, Jun 27, 2012 at 6:26 PM, Mark Rejhon <[email protected]> wrote:
> As long as the XML-processor limits its Unicode
> processing to comply with the XML processing standard at w3.org/XML ....

Just thinking aloud here, but - how does this interact with allowed
XML mangling by parsers/serialisers?

For example, if the client tries to send
1
1 >
1 > 2
1 <
1 < 2

And the initial > gets transformed into &gt; by the XML library at the
sending end? (I pick this example because it's one I've come across in
the past).

/K

Reply via email to