.net - Convert XSL working draft to current version -


i'm converting old website uses clientside xslt based on old working draft:

<xsl:stylesheet xmlns:xsl="http://www.w3.org/tr/wd-xsl"> 

it looks ie browser can manage transform html client side.

when transforming done serverside .net code, throw error:

system.xml.xsl.xslloadexception occurred message="the 'http://www.w3.org/tr/wd-xsl' namespace no longer supported." 

is there easy way convert stylesheets (a lot of them) automatically?

regards,

michel

sadly not.

microsoft have tool claims it, trivial bits, rather context(-3) stuff trip up. way hand.

if download msxsl.exe (the command line utility) microsoft can transform on desktop long force msxsl 3.0 so:

msxsl -u 3.0 <data file> <xsl file> 

maybe can call net app if simple, otherwise have covert manually.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -