Forum Discussion

tomaszarmata's avatar
tomaszarmata
Contributor
9 years ago
Solved

Differences in output after execute the same groovy script inside and outside soapUI.

Hello,   I want to transform XML into HTML using groovy and XSL file. I use javax.xml.transform library for this. But when I try run groovy script inside and outside soapUI it it gives me diffrent ...
  • tomaszarmata's avatar
    9 years ago

    Its because of diffrent XML processor used. SoapUI uses Saxon which supports XPath 2.0 and running script outside groovy use Xalan which doesn't support XPath 2.0.