Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3548

Re: XSLT Version

$
0
0

Hi Abhishek!

 

I guess there are two ways to fix it:

 

1. Import Saxon XSLT processor and use it for your XSLT transformations.

2. For current Xalan processor try following syntax in your transformation:

 

xmlns:testclass="xalan://pack_java_within_xslt.Class_java_within_xslt"

 

But first try to remove "//" from namespace definition.

 

Before:

xmlns:testclass="java://pack_java_within_xslt.Class_java_within_xslt">

 

After:

xmlns:testclass="java:pack_java_within_xslt.Class_java_within_xslt">

 

Regards, Evgeniy.


Viewing all articles
Browse latest Browse all 3548

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>