cancel
Showing results for 
Search instead for 
Did you mean: 

MII XSLT engine

Former Member
0 Kudos

Hi,

I am wondering about which XSLT engine MII is using. I have build build a java XSLT translation direcly running in Netweaver which is a lot slower than the same transformation using the MII action in a transaction.

In my java application I used the normal JAXP XSLT API and I supped it should be faster than the MII action.

Does the MII use a special XSL processor, maybe a SAXON engine?

Thanks in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I think the system-property() function can get this.

[http://www.w3schools.com/xsl/func_systemproperty.asp|http://www.w3schools.com/xsl/func_systemproperty.asp]

Former Member
0 Kudos

Hi,

thanks for your answer. I could find out which XSLT Procesor is underlying.

It is the java default Apache Xalan processor.

This is really interesting, because there is a really big difference in proessing times when doing it from my Netweaver Application than doing it from the MII action. It is aprox. 200 ms for exactly the same transformation.

Does maybe anyone knwo which API is used in the MII action ???

Maybe there is the big difference. I did some tests with the saxon processor and found out the using the JAXP API it is much slower than using the native API.