Newline in XML?
Posted: Tue Oct 25, 2005 9:52 am
I'm working on creating a xml document for a project i'm working on and in it there is a tag that contains a large chunk of free text.
Is there anyway to insert newlines into this data?
currently i've been sticking the standard unix "\n" in there but it's not displaying in firefox when i view the xml document.
I've also tried [NEL] "CR+LF" and "
" the first two just displayed on the screen and the second didn't display.
Any ideas?
Thanks
Will
Is there anyway to insert newlines into this data?
currently i've been sticking the standard unix "\n" in there but it's not displaying in firefox when i view the xml document.
I've also tried [NEL] "CR+LF" and "
" the first two just displayed on the screen and the second didn't display.
Any ideas?
Thanks
Will