[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Handling Entities in MSXML
Hi all, I'm attempting to go from HTML to XML using MSXML3. The problem is as follows: The input HTML string (strHTML) contains: <body>Some text &dllr; </body> I load the HTML file (after ensuring it's well formed!!) using the usual: docXML.loadXML(strHTML) I then load my XSL and after using docXML.transformNode(docXSL) I get... <body>Some text &dllr</body> What I want is: <body>Some text &dllr;</body> It seems like MSXML3 can handle certain character entities, yet my stylesheet can't.I'm not using any DTD with my XML XSL. Any input would be appreciated. Cheers, Ciaran. ------------ Ciaran Byrne Software Engineer XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|