Linefeed
Linefeed

Reputation: 979

How come resolve-QName() is an unknown XSLT function when using XslCompiledTransform?

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

Upvotes: 0

Views: 602

Answers (1)

John Saunders
John Saunders

Reputation: 161783

.NET does not support XSLT 2.0.

Upvotes: 1

Related Questions