I have observed this behavior, but haven't been able to find anything in the documentation to support what I believe to be true.  Could somebody clarify this for me.  If I have a text node and inside the text node is embedded "non-safe" characters such as <, >, etc. the parser will correctly read/validate && serialize these characters.  For example, if I have a xml instance document that contains the following line:
<error> I have an <error> in my document</error>
 
This line seems to validate correctly when validation is turned on.  Could anyone suggest where I could look to get further information on this behavior.  At first glance, one would think that you woud need to canonicalize the text to prevent the parser from getting confused, but it seems to handle this correctly.
 
Any help would be appreciated.

Thanks,
Bryan


Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!

Reply via email to