Re: insert a xsl-FO document in a an other one

> 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