XML with special characters
-
Hi all, I'm having problems displaying a '&' in an XML tag. dssdsd&sdsdsd When I run this on a XSL Stylesheet, I get the following error: Ein Semikolon wurde erwartet. Fehler beim Bearbeiten der Ressource 'file:///C:/WINNT/SM.XML'. Zeile 33, Position 29 Semicolon expected. Are there any special handlings for characters like these? Thx Stefan
-
Hi all, I'm having problems displaying a '&' in an XML tag. dssdsd&sdsdsd When I run this on a XSL Stylesheet, I get the following error: Ein Semikolon wurde erwartet. Fehler beim Bearbeiten der Ressource 'file:///C:/WINNT/SM.XML'. Zeile 33, Position 29 Semicolon expected. Are there any special handlings for characters like these? Thx Stefan
Try & or & if you want to show an & character in your output.
-
Try & or & if you want to show an & character in your output.
MarSCoZa wrote: Try & or & if you want to show an & character in your output. Hi, thanks for your answer. Could you please provide all sequences for all the five special characters (I think its five) because I don't know where to look for on the web. Thx a lot! Stefan
-
MarSCoZa wrote: Try & or & if you want to show an & character in your output. Hi, thanks for your answer. Could you please provide all sequences for all the five special characters (I think its five) because I don't know where to look for on the web. Thx a lot! Stefan
HTML special characters (Be aware that in XSLT, is not supported, you have to use instead.)
-
Hi all, I'm having problems displaying a '&' in an XML tag. dssdsd&sdsdsd When I run this on a XSL Stylesheet, I get the following error: Ein Semikolon wurde erwartet. Fehler beim Bearbeiten der Ressource 'file:///C:/WINNT/SM.XML'. Zeile 33, Position 29 Semicolon expected. Are there any special handlings for characters like these? Thx Stefan
You might want to take a look at the W3C's Blueberry spec on character sets in XML. Cheers, Simon "Every good work of software starts by scratching a developer's personal itch.", Eric S. Raymond