Writing a long string in xml file
807589Jun 29 2008 — edited Jun 30 2008Greetings all
I write some information in xml file.I didn't use any DTD for that xml file.Issue is when i write long string in the xml node as a value, it just wrap my string into several lines.But my provided string is single line.So how can i write long string without line break.
NOTE:Can you please tell me is it necessary to have DTD for this problem.
Your help would be great