EDN Admin
Well-known member
Hi,
While trying to load XSL through myXslTransform.Load(filePath) method , I have following error
(same code working on another machine, so looks like incorrect version of some component)
xslutput/@use-character-maps is not yet implemented.<br/>
<br/>
Exception type: XslLoadException<br/>
Source: System.Xml<br/>
Target Site: System.CodeDom.Compiler.CompilerResults LoadInternal(System.Object, System.Xml.Xsl.XsltSettings, System.Xml.XmlResolver)<br/>
The following is a stack trace that identifies the location where the exception occured<br/>
<br/>
at System.Xml.Xsl.XslCompiledTransform.LoadInternal(Object stylesheet, XsltSettings settings, XmlResolver stylesheetResolver)<br/>
at System.Xml.Xsl.XslCompiledTransform.Load(String stylesheetUri)
<div style="color:Black;background-color:White; <pre>
<span style="color:Blue; <<span style="color:#A31515; xsl<span style="color:Blue; :<span style="color:#A31515; character-map <span style="color:Red; name<span style="color:Blue; =<span style="color:Black; "<span style="color:Blue; spaces<span style="color:Black; "<span style="color:Blue; >
<span style="color:Blue; <<span style="color:#A31515; xsl<span style="color:Blue; :<span style="color:#A31515; output-character <span style="color:Red; character<span style="color:Blue; =<span style="color:Black; "<span style="color:Blue;  <span style="color:Black; " <span style="color:Red; string<span style="color:Blue; =<span style="color:Black; "<span style="color:Blue; &nbsp;<span style="color:Black; "<span style="color:Blue; />
<span style="color:Blue; </<span style="color:#A31515; xsl<span style="color:Blue; :<span style="color:#A31515; character-map<span style="color:Blue; >
[/code]
<br/>
Environment: Windows 2008 R2, .NET 4, hosted in BizTalk 2010, VS 2010 SP1 <hr class="sig Usman Shaheen MCTS BizTalk Server http://usmanshaheen.wordpress.com
View the full article
While trying to load XSL through myXslTransform.Load(filePath) method , I have following error
(same code working on another machine, so looks like incorrect version of some component)
xslutput/@use-character-maps is not yet implemented.<br/>
<br/>
Exception type: XslLoadException<br/>
Source: System.Xml<br/>
Target Site: System.CodeDom.Compiler.CompilerResults LoadInternal(System.Object, System.Xml.Xsl.XsltSettings, System.Xml.XmlResolver)<br/>
The following is a stack trace that identifies the location where the exception occured<br/>
<br/>
at System.Xml.Xsl.XslCompiledTransform.LoadInternal(Object stylesheet, XsltSettings settings, XmlResolver stylesheetResolver)<br/>
at System.Xml.Xsl.XslCompiledTransform.Load(String stylesheetUri)
<div style="color:Black;background-color:White; <pre>
<span style="color:Blue; <<span style="color:#A31515; xsl<span style="color:Blue; :<span style="color:#A31515; character-map <span style="color:Red; name<span style="color:Blue; =<span style="color:Black; "<span style="color:Blue; spaces<span style="color:Black; "<span style="color:Blue; >
<span style="color:Blue; <<span style="color:#A31515; xsl<span style="color:Blue; :<span style="color:#A31515; output-character <span style="color:Red; character<span style="color:Blue; =<span style="color:Black; "<span style="color:Blue;  <span style="color:Black; " <span style="color:Red; string<span style="color:Blue; =<span style="color:Black; "<span style="color:Blue; &nbsp;<span style="color:Black; "<span style="color:Blue; />
<span style="color:Blue; </<span style="color:#A31515; xsl<span style="color:Blue; :<span style="color:#A31515; character-map<span style="color:Blue; >
[/code]
<br/>
Environment: Windows 2008 R2, .NET 4, hosted in BizTalk 2010, VS 2010 SP1 <hr class="sig Usman Shaheen MCTS BizTalk Server http://usmanshaheen.wordpress.com
View the full article