Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Find a node and replace

From: "Anthony Jones" <Ant@------------.--->
To: NULL
Date: 7/15/2007 1:54:00 PM

"Ricardo Fonseca" <caixa.negra81@g...> wrote in message
news:OZNDT0kwHHA.4792@T......
> Hello.
>
> The problem is the page in XML just read the &#60; and not read &amp;#60;
> and I not access to modify the code of the reader of XML file (is a SWF
> file).
>

I'm sorry I'm just not getting this, it just isn't clear.

Is it a problem that the final document ends up containing &amp#60;  OR is
it that it ends up with &#60; ?  Why is this a problem?

My guess is you are concerning yourself with things that the XML DOM handles
for you. If the text value for an element in your XML contains a "<" then
you shouldn't be attempting to escape this.  Let the DOM do that for you.

Eg.

x.InnerText = "<b>This is bold</b>"

is a valid thing to do.  The DOM will handle encoding the < and > correctly.

-- 
Anthony Jones - MVP ASP/ASP.NET




transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent