RE: why are > and apostroph not escaped in attributes ?

2006-07-27 Thread Wing Yew Poon
hen that string is not marking the end of a CDATA section" part, right? But the rest is done as per spec. Radu -Original Message- From: Maarten Bosteels [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 4:20 AM To: user@xmlbeans.apache.org Subject: Re: why are >

RE: why are > and apostroph not escaped in attributes ?

2006-07-27 Thread Radu Preotiuc-Pietro
the rest is done as per spec. Radu -Original Message- From: Maarten Bosteels [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 4:20 AM To: user@xmlbeans.apache.org Subject: Re: why are > and apostroph not escaped in attributes ? >From http://www.w3.org/TR/REC-xml/ ---

Re: why are > and apostroph not escaped in attributes ?

2006-07-27 Thread Maarten Bosteels
From http://www.w3.org/TR/REC-xml/ The ampersand character (&) and the left angle bracket (<) MUST NOT appear in their literal form, except when used as markup delimiters, or within a comment, a processing instruction, or a CDATA section. If they are needed elsewhere, they MU