[
Lists Home |
Date Index |
Thread Index
]
This is an XML feature called "attribute value normalization". You can't
switch it off, it's built into the XML specification.
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Baisak, Ranjan [mailto:ranjan_baisak@mentor.com]
> Sent: 24 May 2005 15:15
> To: xml-dev@lists.xml.org
> Subject: [xml-dev] New line in attribute
>
>
> I am using Xerces for parsing. My xml has an attribute with new lines.
> specification="This is a test. This is a test .
>
> This is a test . This is a test.
>
> This is a test. This is a test."
>
> On getAttribute() returns a string with new lines are stripped. How to
> get the exact text with new lines?
>
> regards,
> -Ranjan
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
>
|