|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
I want to output an xml-file into html.
I have an entity-problem (&): The xml-file contains things like: "Matte&_#252;s" (without _). The explorer shows it right: "Matteüs". However, the html-output source contains as result: "Matteüs". But I want the output source to contain the original "Matte&_#252;s" (without _). What can I do get this done? Last edited by Lionheart : August 10th, 2002 at 03:50 PM. |
|
#2
|
|||
|
|||
|
Well, you can try putting the data into a CDATA block.
Another option might be to use <xsl:text disable-output-escaping="yes">Matte&_#252;s</xsl:text>, but you might find &_amp;s popping up that way. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > entity-problem (&) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|