You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Rony De Coninck <ro...@minfin.fed.be> on 2003/09/30 16:50:56 UTC

style in xtags

I want to use xtags instead of X in JSTL because I like dom4j but I have a
problem with it.

I downloaded the Jakarta-xtags-jar but I am not able to run the examples.
The examples of JSTL 1.0 work fine.

I get this error:

org.apache.jasper.JasperException: The output format must have a
'{http://xml.apache.org/xalan}content-handler' property!

Can someone help me with this?

I have the same error if I want to do the following in my own webapp.

<xtags:style xsl="bar.xsl"/>
    <!-- this is the XML which will get styled -->
    <root>
        <foo bar="123"/>
    </root>
</xtags:style>

Thanks in advance