RE: propagating entities definitions into resulting XML

Subject: RE: propagating entities definitions into resulting XML
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 20 Jul 2000 12:20:13 +0100
> How can I get the entities definitions from an XML file (inside the 
> <!DOCTYPE [...> element) and put it into the XML file 
> resulting from my XSLT transformation ?
> 
You can't, I'm afraid: XSLT operates on the tree derived from parsing the
XML source and expanding all entity definitions, so the XSLT processor has
no idea where the entity definitions or entity references were.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread