- From: David Carlisle <davidc@nag.co.uk>
- Date: Thu, 13 Jun 2002 13:53:03 +0100
- To: poulpor2002@yahoo.fr
- CC: www-xsl-fo@w3.org
> Is it possible to include in a XSL-FO document an other XSL-FO document ? Not a complete document (I think). If you have files with individual flows you can of course produce a composite document using any XML mechanism such as using external entity declarations. ie you can have <!DOCTYPE fo:xxx [ <!ENTITY file1 SYSTEM "file1.xml"> <!ENTITY file2 SYSTEM "file2.xml"> ]> <fo:xxx> &file1; &file2; </fo:xxx> _____________________________________________________________________ This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Scanning Service. For further information visit http://www.star.net.uk/stats.asp or alternatively call Star Internet for details on the Virus Scanning Service.
Received on Thursday, 13 June 2002 08:53:33 UTC