XSLT is a transformation language for XML designed to transform structured documents into other formats (such as XML, HTML, and plain text). Questions should use the xslt-1.0, xslt-2.0, or xslt-3.0 tag as appropriate.
5
votes
0answers
215 views
How to filter a select nodeset with a PHP function?
I wonder if and how it is possible to register a PHP userspace function with the XSLT processor that is able not only to take an array of nodes but also to return it?
Right now PHP complains about an ...
3
votes
0answers
208 views
XSLT WordML table with dynamic columns based on number of nodes
I have a number of xml files from which I'm trying to create a WordML table. There are a number of nodes in each nodelist, and I need to create a column for each one, up to a maximum of 15 columns. ...
2
votes
0answers
46 views
How to capture the output of XSLT's xsl:message in Mule
I've an XSLT to transform XML in Mule 3.3.0 application. I've to stop processing and throw an error if data is not in conformance to requirements. I am using beloe code to achieve that.
...
2
votes
0answers
120 views
Can I create a JSP from dynamically generated XML?
I want to generate a JSP using XSLT and <x:transform> tag. But I don't have an XML-file on my file system, and I can't import it like: <c:import url="./xml/MyXml.xml" var="xmldoc"/>. It is ...
2
votes
0answers
92 views
Dradis + XSLT: Microsoft XML 2003: Processing
I would like to create an XML file that can be opened in Word (using Word 2003 XML). I'm trying to embed a single image into the document like this:
![enter image description here][1]
...
2
votes
0answers
846 views
Modify the XSLT list view for custom field type on Sp2013 in order to customize the totals rendering (Count, Sum, Average etc) - possible SP2013 bug?
Just wondering if there is a way through which I could modify the XSL templates for a list view rendering which includes a custom field type, in order to customize the totals row in the view. ...
2
votes
0answers
279 views
Inserting line breaks in a PDF generated with XSL-FO
I am generating a PDF using XSL-FO and XML. In a textbox, the user can enter data like "1", then he presses ENTER, then "2", ENTER, "3", etc. But in PDF, the output is "1234567". How can I preserve ...
2
votes
0answers
42 views
Mapforce: merging changes in Perforce version control
In my project I am using mapforce to create XSLT transforms. The problem is that mapforce generates different output even after a minor change (different var names, different object sequence etc.)
If ...
2
votes
0answers
689 views
Filtering DVWP with xslt with parameter from connected LVWP in Sharepoint Designer
My setup is as follows:
A custom page on a Sharepoint 2010 site with a list view web part and a Data view web part. When I select an item in the LVWP I want to filter the DVWP with a multi lookup ...
2
votes
0answers
510 views
SharePoint - Content Query Web Part: Lookup Column Value and XSL
There is a List with Lookup field. And there is a CQWP web part which uses this list as a Source and uses custom XSL style added to Itemstyle.xsl.
And there is a problem how to render this field as a ...
2
votes
0answers
363 views
How to correctly process XSL transformation in IE and get result as a document fragment
I need to do XSL transformation in the browser using JavaScript.
When i'm doing this in the modern browsers, such as FF or Chrome i can do something like this:
var proc = new XSLTProcessor();
...
2
votes
0answers
98 views
bookmarklet to apply xslt stylesheet to a displayed xml file
How would I write a bookmarklet that applies a given XSLT stylesheet to XML file that is displayed in, e.g., firefox? The XML Document is already loaded in the browser and displayed without a ...
2
votes
0answers
367 views
Sitecore: Loop through media folder?
I have a Sitecore 4 solution, where i need to loop through a media folder and show all the files in that folder. I have an item with a link type. I have then choosen a file inside the folder.
I then ...
1
vote
0answers
13 views
XslCompiledTransform from XmlDocument to XmlDocument
I have the following VB.NET code that I am using to transform some XML into new XML, that I then continue processing.
This is a one off process, not something that is done multiple times, so no ...
1
vote
0answers
43 views
Transforming flat lists into nested lists
I have some XML which describe books as follows:
<root>
<chapter>
<chapter_number>some chapter</chapter_number>
<chapter_title>some ...
1
vote
0answers
39 views
What's the best way to generate Excel 2007+ files from XSLT?
Comming from many different languages, I got stuck in ERP development. Here's the thing - our ERP is using XSL transformations to generate excel files in SpreadsheetML format, which is saved with .xls ...
1
vote
0answers
40 views
Compositing xsl stylesheets
Looking for a little guidance, here. I'm looking to composite an xsl pipeline into a single stylesheet.
Let me offer a little background. It is possible to take an xml file, and pass it through a ...
1
vote
0answers
59 views
XSLT Group Sum does not display results
I've created a dataview in sharepoint 2010 designer, and use XSLT to display results that are not included by default. I have a field that is calculated and the result can be a negative or a positive ...
1
vote
0answers
27 views
Match text to encoded link text (XSLT)
I am attempting to process a document that has a url that is xml-encoded and is an attribute of the current node. I want to match the contents of the tag with a static string. The best I can do so ...
1
vote
0answers
82 views
How can I keep page breaks out of groups of table rows in XSL-FO
I've got a rather complicated table, which i think is the source of my problem. The table is filled based on data retrieved from an XML file from a client database. Here is an excerpt of the XSL code ...
1
vote
0answers
77 views
Extract image from CDATA-xml rss file into xslt
I need show with xslt information about an xml RSS feed.
The xml source is:
<description><


