Andries Burger wrote:

<snip/>

a .fo file generated for the layout I want, except that I end up with a double <fo:root> element in the FO file.

<snip/>

<xsl:key name="htt" match="hospital_item" use="@tariff_type"/>

<xsl:template match="printspecification">

    <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>

Does your XML input contain 2 printspecification elements? I would guess that is the most likely reason you end up with 2 fo:root nodes in the FO file?

<snip/>

Chris



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to