RE: setParameter(versionParam, 2.0)

2008-10-29 Thread George Tsopouridis
Pascal hello again and thanks for your answers... I cannot pass parameters to my xslt transformation . As i read in http://www.nabble.com/Transformer.setParameter-does-not-work-with-2.7.0-td13854910.html#a20226439 propably xalan causes problems. Can you help me;; My versions are internal

RE: setParameter(versionParam, 2.0)

2008-10-29 Thread George Tsopouridis
i have transformer.setParameter(testingParameter, Boolean.TRUE); xsl:output method=xml version=1.0 encoding=UTF-8 indent=no/ xsl:param name=testingParameter/ . . . and xsl:if test=$testingParameter='true'.../xsl:if

Re: setParameter(versionParam, 2.0)

2008-10-09 Thread Frank Niedermann
Baeckham wrote: in many examples demonstrating the usage of FOP I see this lines: // Set the value of a in the stylesheet transformer.setParameter(versionParam, 2.0) (transformer is an instance of the class javax.xml.transform.Transformer) What is this parameter for? Does anyone

setParameter(versionParam, 2.0)

2007-07-31 Thread Baeckham
Hi, in many examples demonstrating the usage of FOP I see this lines: // Set the value of a param in the stylesheet transformer.setParameter(versionParam, 2.0) (transformer is an instance of the class javax.xml.transform.Transformer) What is this parameter for? Does anyone know? The comment is