Without the stylesheets it's very difficult. You have the xsl:include on a 
wrong position - or it's a bug from Xalan.

example for wrong position:

<xsl:value-of select="bla">
     <xsl:text>test</xsl:text>
</xsl:value-of>

Here xsl:text is not allowed in this position.

But because of bug in Xalan: Not long ago such an error occured at my code 
too. I don't know why. Replacing it with xsl:import worked.

Joerg

Beat De Martin wrote:

> I get the following error
> 
> javax.xml.transform.TransformerException: xsl:include is not allowed in 
> this position in the stylesheet!
> 
> Any hints ?
> 
> Cheers
> 
> Beat


-- 

System Development
VIRBUS AG
Fon +49(0)341-979-7435
Fax +49(0)341-979-7409
[EMAIL PROTECTED]
www.virbus.de


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to