This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: propagating entities definitions into resulting XML


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]