|
Subject:
|
how to escape special characters?
|
|
Posted By:
|
reddygaru
|
Post Date:
|
12/16/2003 3:39:14 AM
|
Hi,
how can I escape a "new line character" in XML like we escape new line(\n) in Java.
thanks!
|
|
Reply By:
|
armmarti
|
Reply Date:
|
12/16/2003 6:10:05 AM
|
quote: Originally posted by reddygaru
Hi,
how can I escape a "new line character" in XML like we escape new line(\n) in Java.
thanks!
Hi,
"#x0A;"
Regards, Armen
|
|
Reply By:
|
armmarti
|
Reply Date:
|
12/16/2003 6:13:32 AM
|
Again... The ampersand disappeared... Please put an ampersand symbol before '#'
|