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

 


Reply via email to