On Tue, 15 May 2001, Archie wrote:
> thanks for the response.  sorry, i meant '>' isn't escaped in PCDATA.
> i get xml like
> 
> <mytag>>some stuff</mytag>
>        ^ here is the '>'
> 
> is this well-formed xml??

Yes, perfectly. Only < and & are required to be escaped.
Once you're back in character data (text) content, > is
just a normal character.

///Peter

Reply via email to