Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Problem with xsl extension...

From: Martin Honnen <mahotrash@-----.-->
To: NULL
Date: 12/6/2006 2:16:00 PM

Diana Bulthaupt wrote:

> the exact error message ist "Unvalid class charachters" as stated.
> 
> I run a XML, which has a stylesheet definition, in internet explorer 6.0 SP2 
> or Cooktop.
> 
> For me it seems, that this
> 
> xmlns:my="urn:schemas-myschema-com:xslt"
> 
> namespace declaration causes the problem. The XSL "parser" in IE doesn't 
> accept it. May be the XSL parser in IE needs tobe updated. How can I check 
> the version of it?

The embedded script code you have is .NET code. Script in XSLT is an 
extension and that way processor dependent. You can use embedded .NET 
code with the .NET framework XSLT processors (XslTransform in .NET 1.x, 
XslCompiledTransform in .NET 2.0) but not with IE. IE (6) uses MSXML 3 
to run XSLT transformations and while that supports embedded script 
(JScript/VBScript, other Active Script COM based scripting languages) it 
does not support the .NET framework.

Thus if you want to use XSLT and embedded C# and .NET framework methods 
then you need to use the .NET framework XSLT processors, usually by 
writing a .NET application. Or you can use Oleg's nxslt
.NET 2.0  <http://www.xmllab.net/Products/nxslt2/tabid/73/Default.aspx>
.NET 1.x  <http://www.xmllab.net/Products/nxslt/tabid/62/Default.aspx>

-- 

	Martin Honnen --- MVP XML
	http://JavaScript.FAQTs.com/


transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent