| Author |
Printing & in the XML Document
|
Steven Rodeo
Ranch Hand
Joined: Mar 06, 2008
Posts: 72
|
|
HI Folks,
I am using the following code snippet
To Generate the following output in my XML document
The above code snippet gives:
<DISPLAY> &\amp ; quot;8947494 &\amp ; quot; </DISPLAY>
( I had to use the escape characters as the above won't print the (&)amp
Desired output is:
<DISPLAY> "8947494" </DISPLAY>
Please help!
_SM
|
 |
 |
|
|
subject: Printing & in the XML Document
|
|
|