Hi, Problem solved i did'nt use lexicalhandler which obviously setups xsl:output parameters .. sorry to bother -----Original Message----- From: Toni Penttinen [mailto:[EMAIL PROTECTED]] Sent: 29. lokakuuta 2001 14:36 To: [EMAIL PROTECTED] Subject: 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
