Click here to Skip to main content
15,909,835 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XML not rendering properly in IE5.0 Pin
Stephane Rodriguez.18-Apr-03 9:50
Stephane Rodriguez.18-Apr-03 9:50 
GeneralXML/XSL Standards and .NET Pin
John Honan8-Apr-03 5:39
John Honan8-Apr-03 5:39 
GeneralRe: XML/XSL Standards and .NET Pin
markkuk8-Apr-03 7:33
markkuk8-Apr-03 7:33 
GeneralRe: XML/XSL Standards and .NET Pin
John Honan8-Apr-03 11:11
John Honan8-Apr-03 11:11 
GeneralConverting XML to HTML Pin
John Honan7-Apr-03 8:18
John Honan7-Apr-03 8:18 
GeneralRe: Converting XML to HTML Pin
MS le Roux8-Apr-03 1:32
MS le Roux8-Apr-03 1:32 
GeneralRe: Converting XML to HTML Pin
John Honan8-Apr-03 1:53
John Honan8-Apr-03 1:53 
GeneralMSXML 3 and escape sequences Pin
Gavin Jerman7-Apr-03 5:55
Gavin Jerman7-Apr-03 5:55 
I have a problem with a string containing the £ symbol (GB pounds). I can set the text of a child node using m_pXMLDoc->createTextNode(pszText) to a string containing £ chars ok, but if I try to reparse the xml using MSXML e.g. try displaying it in IE it complains about an invalid character i.e. the £. No problem I thought, I'll replace all £ chars with their escape sequence i.e. &#_163; (please ignore the _ - I had to include it to prevent HTML replacing the escape sequence with a £). All appears to work ok e.g. I can reparse the XML with MSXML and display it in IE, but MSXML has escaped my escape sequence i.e. instead of &#_163; the string contains £.

How can I stop MSXML doing this to my escape sequence? Or, how can I include a £ char in a string. I have to use MSXML 3, I can't use a DTD/Schema (don't ask) and I can't use a CDATA section (again, don't ask). Any help/advice would be much appreciated.

Gavin


GeneralRe: MSXML 3 and escape sequences Pin
Philip Fitzsimons8-Apr-03 3:20
Philip Fitzsimons8-Apr-03 3:20 
GeneralI have a problem with streaming XML through ASPX Pin
zoltix7-Apr-03 3:00
zoltix7-Apr-03 3:00 
GeneralRe: I have a problem with streaming XML through ASPX Pin
Philip Fitzsimons8-Apr-03 3:41
Philip Fitzsimons8-Apr-03 3:41 
QuestionHow to escape " in XPATH Expression given to SelectSingleNode() of xmldocument class Pin
Ajith Kumar6-Apr-03 18:08
Ajith Kumar6-Apr-03 18:08 
GeneralXML contents for my previous question Pin
Ajith Kumar4-Apr-03 19:39
Ajith Kumar4-Apr-03 19:39 
GeneralRe: XML contents for my previous question Pin
Michael A. Barnhart5-Apr-03 0:34
Michael A. Barnhart5-Apr-03 0:34 
GeneralXML contents for my previous question Pin
Ajith Kumar4-Apr-03 19:38
Ajith Kumar4-Apr-03 19:38 
GeneralXPath Doubt Pin
Ajith Kumar4-Apr-03 19:12
Ajith Kumar4-Apr-03 19:12 
QuestionHow to do XML file modifications? Pin
Segal3-Apr-03 21:41
Segal3-Apr-03 21:41 
GeneralC# / XML attributes and values Pin
econner3-Apr-03 2:52
econner3-Apr-03 2:52 
QuestionXML parser generators? Pin
Jörgen Sigvardsson1-Apr-03 12:56
Jörgen Sigvardsson1-Apr-03 12:56 
AnswerRe: XML parser generators? Pin
Michael A. Barnhart1-Apr-03 14:40
Michael A. Barnhart1-Apr-03 14:40 
GeneralRe: XML parser generators? Pin
Jörgen Sigvardsson1-Apr-03 21:44
Jörgen Sigvardsson1-Apr-03 21:44 
GeneralRe: XML parser generators? Pin
Michael A. Barnhart2-Apr-03 0:32
Michael A. Barnhart2-Apr-03 0:32 
AnswerRe: XML parser generators? Pin
Stuart Dootson2-Apr-03 6:56
professionalStuart Dootson2-Apr-03 6:56 
GeneralRe: XML parser generators? Pin
Jörgen Sigvardsson2-Apr-03 7:42
Jörgen Sigvardsson2-Apr-03 7:42 
AnswerRe: XML parser generators? Pin
Anonymous16-Apr-03 1:55
Anonymous16-Apr-03 1:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.