Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - Re: Find a node and replace [Thread Next] Re: Find a node and replaceTo: 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 < and not read &#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 &#60; OR is it that it ends up with < ? 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 | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
