From the following trials
<tag attr="\"">
<tag attr="<![CDATA["]]>">
<tag attr='"'>
Only the last one works for a XML parser that I'm using here. Is there any other alternative?
|
From the following trials
Only the last one works for a XML parser that I'm using here. Is there any other alternative? |
|||
|
|
|
You can use |
|||||
|
|
From the XML spec:
|
|||
|
|
|
The String conversion page on the Coder's Toolbox site is handy for encoding more than a small amount of HTML or XML code for inclusion as a value in an XML element. |
|||
|
|