- From: Michael Giroux <mlgiroux@gmail.com>
- Date: Tue, 21 Mar 2006 06:32:44 -0700
- To: www-xsl-fo@w3.org
Received on Tuesday, 21 March 2006 21:47:16 UTC
I have an XML document that is rendered in HTML using xslt. I'm attempting to write an XSLT that produces an FO document that contains a DOCTYPE declaration as: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fo:root [ <!ENTITY nbsp " "> ]> <fo:root xmlns:fox="http://xml.apache.org/fop/extensions" xmlns:fo=" http://www.w3.org/1999/XSL/Format"> So far, I have not been able to figure out how to generate the DOCTYPE and ENTITY portion. Can anyone point me to an XSLT example for how to do this? Thanks Michael Giroux
Received on Tuesday, 21 March 2006 21:47:16 UTC