Hi,
I want to use end line character('\n') in the XML Attribute like
<message confirm=" This will kill your process . \n Are you sure to
proceeed? "/>
But in java xml processor, it is considered as two characters "\" and
"n".
I used the xml encoding type as "ISO-8859-1".
Pls any one help me on it ?...
Thanks,
Ravi
Andrew Thompson - 09 Sep 2006 10:16 GMT
...
> I want to use end line character('\n') in the XML Attribute like
> <message confirm=" This will kill your process . \n Are you sure to
> proceeed? "/>
>
> But in java xml processor,
(as in any XML processor)
>...it is considered as two characters "\" and
> "n".
> I used the xml encoding type as "ISO-8859-1".
>
> Pls any one help me on it ?...
comp.text.xml?
Oh wait! I see you have already found it!
Please refrain from multi-posting.
Andrew T.