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',
> > });
> >
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