|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Problem in displaying & in XML node
In ASP page i was restoring the fields if the user is not entered all
the fileds. I am putting the values in XML nodes and i am referring it
from XSL.
please look the following code.
email = "" + Request("email");
sError = "<ERROR TYPE='Email_Info'>";
sError += "<Subject>";
sError += subject;
sError += "</Subject>";
sError += "<Email>";
sError += email;
sError += "</Email>";
sError += "</ERROR>";
The Problem is If i have '&' (ampersand) character in my XML node it is
displaying the following error.
Error reading XML Data
Line: 1 Pos: 504
A name was started with an invalid character.
<ERROR TYPE='Email_Info'> <DESCRIPTION></DESCRIPTION>
<Subject>Hello</Subject>
<Email>&</Email>
</ERROR>
Is there a way to resolve it?
Any help is appreciated.
I tried with using VBScript. I attached an event procedure and in the
event procedure i am checking character and if it is '&' i am cancelling
the keystroke.
I used onkeypress() event.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








