Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
XML and Line Breaks/Whitespace
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Tom Forsmo, post: 1998564"] Are you saying the parser returns content with line breaks/spaces after what would be the end element/attribute or is the problem just generally that the content of an element or attribute has line breaks? Its not supposed be any line breaks after an element or attribute after parsing, if there is there is a fault in the parser. But if there are in the content its a matter independent of xml and can be fixed with any standard string manipulation tools. Have a look at the StringUtil in Apaches Commons or perhaps java regexp. tom [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
XML and Line Breaks/Whitespace
Top