xslcompiledtransform Questions
3
Solved
I have an XML file that already contains a reference to an XSLT file.
I'm looking at converting this XML file, according to the referenced transformation rules, so that I can then create a nice PD...
Reddick asked 1/12, 2011 at 18:54
12
Solved
I am using xslt to transform an xml file to html.
The .net xslt engine keeps serving me self-closing tags for empty tags.
Example:
<div class="test"></div>
becomes
<div class=...
Rosenarosenbaum asked 20/5, 2009 at 12:55
4
.NET 2.0/VS2005
I am trying to use the XslCompiledTransform class to perform a XSL Transformation. I have two XSL files, the first of which includes a reference to the other in the form of an <...
Eoin asked 15/6, 2009 at 11:24
10
Solved
I would like to either prevent or handle a StackOverflowException that I am getting from a call to the XslCompiledTransform.Transform method within an Xsl Editor I am writing. The problem seems to ...
Briones asked 15/10, 2008 at 22:47
1
Solved
While loading xslt in XslCompiledTransform, I am getting Object reference not set to an instance of an object.
I fetched following xslt from database: -
<xsl:stylesheet version=\"1.0\" xmlns:x...
Cloven asked 30/9, 2014 at 10:18
5
Solved
XslTransform appears to have been deprecated by Microsoft in favor of XslCompiledTransform. Theoretically, if I was doing just one transform during the execution of my application, shouldn't interp...
Africander asked 5/3, 2009 at 1:45
1
Solved
I have one string inputXMLString, and the second one containg transform XSL named transformXSLString. Both of them are correctly formatted xml's.
How to perform the transformation with XslCompiled...
Murr asked 6/5, 2013 at 8:43
4
Solved
I'm trying to migrate a large app from XslTransform to compiled xsl files and XslCompiledTransform.
The app uses the Xsl to create HTML files, and the transformation data (Xml) was passed to the X...
Brigitta asked 31/8, 2012 at 15:40
1
Solved
Is there a way to debug XSLT documents that are loaded from a database by a custom XmlUrlResolver or does anyone know, what the errormessage below is about?
I have a XSLT stylesheet that imports a...
Andradite asked 8/8, 2012 at 12:29
3
Solved
As part of our web application's build process, I have set up our XSLT stylesheets to be built with Microsoft's xsltc.exe compiler whenever we run a full compile. During local development this has ...
Corpsman asked 24/1, 2012 at 18:3
2
Solved
I'm using an XsltCompiledTransform to transform some XML into a fragment of HTML (not a complete HTML document, just a DIV that I will include in page generated elsewhere).
I'm doing the transfor...
Underscore asked 16/11, 2009 at 2:38
2
Solved
I'm trying to pass a parameter to an XSLT stylesheet, but all i'm getting is an empty xml document when the document is transformed using XSlCompiledTransform.
This is the C# method used to add th...
Disrespectable asked 5/10, 2009 at 16:28
5
My webapp (ASP.NET 2.0) consumes a webservice (asmx on 1.1 framework)
on the same machine. After getting XML in return, I pass it to
XslCompiledTransform for transform XML to HTML and it works fi...
Actuality asked 7/11, 2008 at 5:8
1
Solved
i have some big xslt crashing iis (StackOverflowException) when loading an XslCompiledTransform while the old (deprecated) XslTransform works fine.
Is there some known issue with big templates? Str...
Denture asked 25/11, 2008 at 10:28
1
© 2022 - 2024 — McMap. All rights reserved.