Questions tagged [xslt-tools]
14 questions
31
votes
7 answers
XSLT Unit testing
Does anyone know of a way to write unit tests for the XSLT transformation?
I've a lot of XSLT files and it's getting harder to test them manually. We have an example XML and can compare it to the resulting output XML from the XSL transormation.…

CodeHelp
- 327
- 1
- 3
- 3
9
votes
1 answer
Passing arguments to Visual Studio's XSLT debugger
I'm debugging a transform with Visual Studio. The application that uses the transform normally also passes in some parameters:
XslTransform xslTransform = new XslTransform();
xslTransform.Load(myXslt);
XsltArgumentList transformArgumentList = new…

Justin R.
- 23,435
- 23
- 108
- 157
5
votes
2 answers
Debugging XSLT in Chrome
I'm having trouble with an XSL translation in Chrome. I was wondering if there any tools that would allow me to step through the style sheet to see where the problem is.

Bryan
- 2,775
- 3
- 28
- 40
4
votes
2 answers
How to use EXSLT in visual studio environment
is it possible to use EXSLT functions within Visual Studio? I write and debug my xslt scripts in VS. What I have to do to be able to use e.g. date:add() function? What a very simple script should look like?
Thanks a lot,
petr

Petr
- 81
- 1
- 2
- 7
3
votes
1 answer
Does VS Express or VS:WebDev Express include XSLT debugging
Can anyone tell me if VS Express (C#, VB, etc) editions contain the XSLT debugger, or the VS Web Developer?
Unfortunately due to burecratic overhead we need something relatively quick that's free and reputable, or alternaviely, if anyone can suggest…

Sam
- 31
- 2
3
votes
1 answer
Convert XSD documentation into DocBook
I've been looking for a template to achieve this. Apparently, only commercial applications, such as oXygen can do that.
Is there any free tool that can do it? Or at least it would be great to have a base template to customize instead of writting it…

Antonio Pérez
- 6,702
- 4
- 36
- 61
3
votes
1 answer
Netbeans 6.9 + XSL autocomplete
Theres some way to do Netbeans 6.9.1 autocomplete XSL tags?

Ricardo Bin
- 887
- 6
- 12
2
votes
1 answer
Tools to convert XML to HTML using XSLT
I'm beginning to work on a project which has some extensive XML XSLT processing to render output HTML.
Some changes need to be made to the XSLT and I need some tool that can help me modify it without having to run the solution every time. Something…

armannvg
- 1,736
- 1
- 15
- 29
2
votes
2 answers
Which XSLT profiler should I use?
I'm in the market for an XSLT profiler.
I'm using the Xalan-j XSLT processor from Apache.
I'd like to be able to run the profiler under Windows or Linux as we have different teams using the same XML and XSLT on different platforms.
The tool…

Hamish Smith
- 8,153
- 1
- 34
- 48
1
vote
1 answer
how to read attributes of XML file via XSLT program in abap
I have an XML file as below and i need to read attribute values and fetch it to an internal table.
but the values are not fetched and the internal table remains empty. Please let me know if there is anything wrong with the code . Thank you so much…

Shilpa Urandoor
- 13
- 3
1
vote
1 answer
Custom Control for XSL editing/development C# Visual Studio 2010
Is there a way to use a "control" of some kind to add blocks out xsl code to an xsl file .
Example:
I frequently type these three lines of code:
some custom attributes and values here
#include…

Alex
- 502
- 6
- 14
0
votes
1 answer
Transform XML from old schema to new schema?
I need to transform an XML document which does not use any schema to another format which uses a well defined schema.
So basically I have to transform this:

code-gijoe
- 6,949
- 14
- 67
- 103
0
votes
1 answer
XSL modeler for eclipse
I am looking for a good open source XSL modeler eclipse plugin. The graphical modeler should have a nice user interface for developing XSLs and should be functionally rich.
Can you please suggest ?
-Siddharth

Siddharth
- 51
- 2
0
votes
1 answer
How to I change the xslt applied to XML document in VS 2008 IDE?
I have an XML document and made an XSLT to output is as HTML and viewed the output in the IDE. Now I want to create an XSLT to output as text file, but the 'Show XSLT Output' only shows me the HTML. How do I switch it to the text output XSLT?
I…

Allen Stoner
- 315
- 1
- 5
- 7