[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Handling Entities in MSXML

Subject: Handling Entities in MSXML
From: "ciaran byrne" <ciaran.byrne@xxxxxxx>
Date: Wed, 26 Jul 2000 17:49:29 +0100
msxml entities
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 &amp;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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.