I am using xslt 2.0 for transforming one xml format to another xml format.But Visual Studio 2010 supports only xslt1.0.
So, I referred the stackoverflow link and followed the procedure they said.But it did not working for me...
http://zeetalks.wordpress.com/2011/07/26/vs2010-adding-xslt-to-visual-studio-2010/
XSLT 2.0 intellisense in Visual Studio 2010 - Adding a schema?
When i opening my xslt 2.0 xsl file in VS-2010 then it raised following 5 Errors.They are...
- xpath-default-namespace is not yet implemented
- xsl:function is not yet implemented
- xsl:param/@as is not yet implemented
- xsl:for-each-group is not yet implemented
- xsl:sequence is not yet implemetented
Thanks for your cooperation... I found a link from codeproject. for use xslt2.0 in .net framework.Now i am looking for a good xslt IDE for my development. Once again thanks to all...
See Question&Answers more detail:os