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 15:05:14 UTC

RE: xsltc xsl:output parameters gets omitted problem solved

Hi,

Problem solved i did'nt use lexicalhandler which obviously setups xsl:output parameters .. 

sorry to bother

-----Original Message-----
From: Toni Penttinen [mailto:toni.penttinen@tassen.fi]
Sent: 29. lokakuuta 2001 14:36
To: xalan-dev@xml.apache.org
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