On 20/08/10 03:45, twfurst wrote: > I had thought that I could create a "main" XSL file that would use > <xsl:inlcude> to pull in the contents of my other XSl files for each schema > type. I ran a sample, creating a main.xsl that contained all of my > <fo:simple-page-master> elements and had the include.
Try asking on the XSL mailing list. See the help page for the fop mailing list for information on getting help with XSL-FO questions. > I ran this using FOP against my xml and got only my headers and footers. Try running the XSL with a dedicated XSLT processor rather than fop, and make sure it's processing correctly. On a unix/linux system the "xsltproc" command from libxml's tools will be useful to you for that. If it's processed correctly into the desired XSL-FO by a dedicated XSLT processor, but not by fop, *then* that's something to look into here. -- Craig Ringer --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
