Page 1 of 1

xslt filter...

Posted: Tue Jul 28, 2009 6:10 am
by alnico
I tried to process input using the xslt filter in TP...it threw an error.

After a bunch of research it turns out that the xslt 2.0 file that I am using for the transform is written for the Saxon processor.
http://saxon.sourceforge.net/

Is there any way to support processors of choice, or a few popular ones?

Thanks.

Re: xslt filter...

Posted: Tue Jul 28, 2009 9:12 am
by DataMystic Support
Not currently - it only supports the XLST processor in the currently installed IE. Perhaps you could try upgrading IE? You can also use Filters\Special\Run external program.

Re: xslt filter...

Posted: Tue Jul 28, 2009 9:23 am
by alnico
Ya, I looked at running external program...not sure if it will work though...I will look further into it.

Otherwise I will just run the xslt processor externally then bring the content in.

Thanks,