[
Lists Home |
Date Index |
Thread Index
]
- To: <xml-dev@lists.xml.org>
- Subject: New line in attribute
- From: "Baisak, Ranjan" <ranjan_baisak@mentor.com>
- Date: Tue, 24 May 2005 19:44:32 +0530
- Thread-index: AcVWxpkmNcpmnqYnSmSgagLCacWD3AJpB93w
- Thread-topic: 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
|