views:

184

answers:

1

I try to transform a WSDL 1.1 to WSDL 2.0 using the XSLT 2.0 stylesheet from W3.org WSDL 1.1 to WSDL 2.0 convertor.

I'm working in .NET (C#) using the XslCompiledTransform.

Anyone has an idea why I get the "resolve-QName() is an unknown XSLT function" exception ?

Any workarounds ?

Thx

+1  A: 

.NET does not support XSLT 2.0.

John Saunders