Subject:Xalan Extensions... Why don't they work? Author:Adam Van den Hoven Date:30 Apr 2003 02:10 PM
I'm trying to write a transform that uses the Xalan Extensions and I can't figure out why its not working. It was my understanding that when using the Xalan-J processor, the extensions for that were supposed to work.
In frustration, I went and duplicated the ex maple they give at http://xml.apache.org/xalan-j/extensionslib.html#redirect the files for which I've attached to this posting. The normal output is there, no problem but I can't find foo.out anywhere. Searching the file system reveals nothing.
You forgot to declare the redirect component, take a look to the
attached XSLT
Hope this helps.
Ivan
> -----Original Message-----
> From: stylus-studio-tech Listmanager
> [mailto:listmanager@edn.exln.com]
> Sent: Wednesday, April 30, 2003 2:30 PM
> To: Recipients of 'stylus-studio-tech' suppressed
> Subject: Xalan Extensions... Why don't they work?
>
>
> From: "Adam Van den Hoven"
>
> I'm trying to write a transform that uses the Xalan
> Extensions and I can't figure out why its not working. It was
> my understanding that when using the Xalan-J processor, the
> extensions for that were supposed to work.
>
> In frustration, I went and duplicated the ex maple they give
> at http://xml.apache.org/xalan-j/extensionslib.html#redirect
> the files for which I've attached to this posting. The normal
> output is there, no problem but I can't find foo.out
> anywhere. Searching the file system reveals nothing.
>
> Any thoughts?
>
>
>
> To reply: mailto:stylus-studio-tech.6663@edn.exln.com
> To start a new topic: mailto:stylus-studio-tech@edn.exln.com
> To login: http://edn.exln.com/~SSDN
>
Subject:RE: Xalan Extensions... Why don't they work? Author:Adam Van den Hoven Date:30 Apr 2003 04:31 PM
{blush}
Well now I get it. As it turns out, I copied directly from the Apache documentation. I should now better than to assume they give complete examples.