You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Toni Penttinen <to...@tassen.fi> on 2001/10/29 13:36:15 UTC

xsltc xsl:output parameters gets omitted

Hi,

From commandline using xsltc, xsl:output properties works fine but using it as part of bean code with precompiled stylesheets.. like a 
---snip---
translet.transform(dom, new TextOutput(saxHandler));
--snap---

all xsl:output parameters gets omitted.

sample output parameters used in the stylesheet:
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" doctype-system="http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd" doctype-public="-//W3C//DTD XHTML Basic 1.0//EN" media-type="application/xhtml+xml"/>

Any help to solve this problem would be appreciated.

Regards,

Toni Penttinen