Jon Jon wrote:
Quote:
How can I get my VS2005 to provide intelli-sense/support for the XSL 2.0
specs ? I want to use functions like <xsl:analyze-string |
Note that the .NET framework's XslCompiledTransform does only support
XSLT 1.0.
If you want to use the Visual Studio XML editor to create XSLT 2.0
stylesheets to be run with e.g. Saxon then look for a schema for XSLT
2.0 here: <URL:http://www.w3.org/2007/schema-for-xslt20.xsd> and install
that schema with Visual Studio, see
<URL:http://msdn2.microsoft.com/en-us/library/ms255821(VS.80).aspx>
--
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/