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.

learn more… | top users | synonyms (5)

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><![CDATA[<p> <img style="margin: 10px; float: left;" alt="Nuevo modelo general de ...
1
vote
0answers
54 views

jmeter's xml log using ant and browser looks different

I made some changes in jmeter-results-report_21.xsl to show me the test case name in the html report. It works fine when open directly in the browser, but when I use the ant to generate the report, ...
1
vote
0answers
99 views

Word to xml conversion

Here is my problem: My organization wants to upload word documents from users to the server. On the server side, the word document (enforced with styles) needs to be converted to XML format files. ...
1
vote
0answers
117 views

Need to add a fourth-level group using XSLT

My XSLT creates three levels of grouping for this college catalog. I need to add one more level to identify optional classes and group them together. The first level groups on ...
1
vote
0answers
105 views

Single New Line vs New Paragraph in Textarea using jQuery

I am implementing a functionality called Single New Line and New Paragraph in Textarea on Google Chrome Browser (in IE my solution is working so no issue on IE because IE considers Shift+Enter (\r\n) ...
1
vote
0answers
54 views

XSL doesn't always populate HTML table with data

I am using an XSL file to transform an XML doc into HTML with the data from the XML doc. The computer I am developing on(wired directly into the network I'm hosting the files on) shows the tables ...
1
vote
0answers
112 views

Formatting cells in XSLX files generated by XSLT

I'm using XSLT to generate a report with a date column. In the spreadsheet XLSX file, if I pass through the date as a string, when opening it with a spreadsheet package such as Excel, it will assume ...
1
vote
0answers
76 views

I am looking for a better solution to read serverside xslt and transform to xml

I am looking for a better solution to read serverside xslt and transform to xml. It works fine but looking for a better soultion..thank you for your help in advance. XML content is passed as a ...
1
vote
0answers
108 views

xsd schema application to xml document?

I am attempting to transfer data from a quickbase database to another application. I have the .xsd schema the receiving application will accept and the ability to export a flat .xml file from ...
1
vote
0answers
37 views

xslt debugging shows all values as null

I am using visual studio 10 premium with .Net 3.5 and trying to debug an XslCompiledTransform. I can step through everything OK but all variable values seem to be shown as NULL. For instance ...
1
vote
0answers
124 views

XSL-FO external graphic not rotating properly

I've suddenly developed the problem where the graphics in my resulting PDF don't have the proper rotation, or orientation. Photos taken with an iPhone in portrait orientation have started appearing ...
1
vote
0answers
162 views

Use XSL FO file to layout PDF using iText

I have a requirement of converting graphics(Java2D objects) and some tables into PDF. I also need the PDF to be interactive. Keeping these requirements in mind I came to a conclusion that I should use ...
1
vote
0answers
134 views

XSLT Debugging: “The stylesheet is too complex.” XsltException

When I try to debug an XSLT file using Visual Studio 2010, I get the following popup: --------------------------- Transform Error --------------------------- XSL Transformation failed. See Output ...
1
vote
0answers
186 views

What I need to Query mysql database from xsl using Saxon java tool (command line)?

I want to query database using java tool SAXON Use an ODBC connection to connect to mysql database Query database ( probably information schema -read schema ) Export the results into xml Is ...
1
vote
0answers
145 views

Compile error CS1647 when opening large aspx file in browser

I am using XML/XSLT to create an aspx page which can grow quite large. Even though the file is successfully created, when the file size approaches 300K, the error: “CS1647: An expression is too long ...
1
vote
0answers
97 views

XSLT foreach with attributes

What I would like to do is do a transformation from XML to XML and keep <variant_effect> in its current state. I will never know how many "effects" a given <feature> could have so ...
1
vote
0answers
106 views

The auto-complete box is not showing list on webpage

I have put one textbox on webpage,which is autocomplete box.but when i write something in autocomplete textbox,it doesn't list anything even though it has list.While debugging the code,the list is ...
1
vote
0answers
86 views

muenchian grouping in ContentQueryMain.xsl

I'm Newbie in Sharepoint 2010 ,and I had to deal with ContentQueryMain.xsl which I hardly understand what going on there and what part goes where . I need to group result by Category , then sort them ...
1
vote
0answers
212 views

Create SVG bar charts from XML with XSLT

I'm using XSLT to transform XML to SVG. I want to create horizontal bar charts with one value to left and the bar chart value to the right. The XML looks like this: <value1 name="something"> ...
1
vote
0answers
100 views

Problems with PHP/XML/XSL

I am trying to figure out what I can do to create a code that appends data in my xml file not rewrite the xml file continuously. I need to be able to save all the form entries and as of right now ...
1
vote
0answers
52 views

In eclipse, republish doesn't work

I do most of my web development in XSL/JS. Up til now, I was able to change any .xsl file, the server would republish the resources and next time I refreshed that page on my browser, I'd be able to ...
1
vote
0answers
136 views

“AllowDocumentFunction constraint violated” Error when opening XML file using Custom defined XSL In Excel 2010

I've a XML file with the associated XSLT sheet. When I try to open the XML file in Excel 2003 or Excel 2007, I was provided with an option to use my XSL and it opens perfectly. When I open the same ...
1
vote
0answers
51 views

How to get a number of monospace letters that fit in a line of given width?

I need to implement a pixel-perfect markup. The idea is the following: there are two strings that need to be printed as a single block of text. The text has to be split into lines. The first string ...
1
vote
0answers
93 views

Does twitter bootstrap always take a lot of time to load in firefox?

I am using Firefox 10.0.2 on Mac OSX Lion and using Twitter Bootstrap 2.1.1 . I am transforming an xml file to html using xslt. The file is pretty huge and i thought that was the reason that the page ...
1
vote
0answers
72 views

Transforming Many E2ETraceEvent Via XSLT 1.0

I have a 3rd party application that generates Microsoft <E2ETraceEvent/> nodes so there are basically many root nodes I cannot figure out if there is there a way to tell ignore the multiple root ...
1
vote
0answers
201 views

Sharepoint designer: Display custom field in a list

Hi I have a list named "Discussions List", I have created a custom column in that list. How can I display that field in a page?? Im working in SharePoint 2013 Community site. I have to display the ...
1
vote
0answers
47 views

Can i use aspx view engine in xslt file that is included in my MVC 2 Project?

I need to use translate function like this: <%:Utility.Translate("Print:")%> So is it possible or i should look for alternative?
1
vote
0answers
339 views

How to create .xsn (InfoPath) file programmatically

We have a 3rd party component that takes INPUT as an .xsn (InfoPath2007) file and gives a pre-determined output. It was all fine until one of our client decided not to use MS-InfoPath anymore and as ...
1
vote
0answers
289 views

using xslt in jsp

I want to apply xslt to my xml query results, but I keep receiving errors. I am working on Tomcat and my java code includes: String ret=""; String xsltstylesheet = ...
1
vote
0answers
232 views

Get ArrayList in xsl using xalan

I have a page for adding data. And validator <xsl:param name="validator"/> <xsl:variable name="errorList" select="validator:getErrorList()" /> <xsl:for-each ...

1 2 3 4 5 35