Sun, 20 Apr 2008 14:32:47 +0530, /indian scorpio/:
On Fri, Apr 18, 2008 at 5:02 PM, <[EMAIL PROTECTED]> wrote:

Whitespace will always be normalized in XML attribute values. If you don't want that happening, put the text in a child element instead.

http://www.w3.org/TR/REC-xml/#AVNormalize

A small doubt - is this the issue only with DOm Parser & not with SAX parser. It seems to me that whike using SAX Parser line breaks etc are maintained as such

Every XML processor is required to perform the attribute-value normalization. Failing to do that makes it non-conforming to the XML specification.

You say "it seems to me" - have you verified there's difference with your DOM and SAX implementations?

--
Stanimir

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to