Re: Default xsltparam

2004-06-11 Thread Jochen Topf
=> 'EmbperlXSLT', > > xsltstylesheet => 'foo.xsl', > > }); > > > > without an 'xsltparam', the %fdat hash is used as default 'xsltparam'. > > > > I think this > > a) violates the principle of least surprise. It sur

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 

Default xsltparam

2004-06-05 Thread Jochen Topf
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 'xsltpa