Re: Default xsltparam

2004-06-11 Thread Jochen Topf
Hi! On Wed, Jun 09, 2004 at 01:24:28PM +0200, Gerald Richter wrote: > Jochen Topf wrote: > > Hi! > > > > When using XSLT with Execute() like this: > > > > $ret = Execute({ > > inputfile => 'foo.xml', > > recipe => 'EmbperlXSLT', > > xsltstylesheet => 'foo.xsl', > > }); > >

Re: Default xsltparam

2004-06-09 Thread Gerald Richter
Jochen Topf wrote: > Hi! > > When using XSLT with Execute() like this: > > $ret = Execute({ > inputfile => 'foo.xml', > recipe => 'EmbperlXSLT', > xsltstylesheet => 'foo.xsl', > }); > > without an 'xsltparam', the %fdat hash is used as default 'xsltparam'. > > I think this