Tagged Questions

2
votes
2answers
28 views

How can I split a table vertically into two tables in XSL?

If I have the following table: <table> …
0
votes
2answers
31 views

Performing a “Group By” query in XPath XSL

Hi, Given the following XML: <results name="queryResults"> <int name="intfield1:[* TO 10]">11</int> <int name="intfield2:[10 TO 20]">9</int> <int …
1
vote
3answers
42 views

How to replace a node-name with another in Xslt?

Bad wording on the question, sorry about that. Will try to explain what I'm trying to do. Basically I have the output from a search as Xml and in that Xml there is a node like this one: <FIELD …
0
votes
2answers
27 views

Handling node with inner xml in xslt

I have an xml document with a node containing the escaped xml serialization of another object, as in this example: <attribute> <value> &lt;map&gt; &lt;item&gt; …
1
vote
7answers
98 views

Doing XML extracts with XSLT without having to read the whole DOM tree into memory?

I have a situation where I want to extract some information from some very large but regular XML files (just had to do it with a 500 Mb file), and where XSLT would be perfect. Unfortunately those …
0
votes
1answer
43 views

xslt form fields - get input with unknown name

UPDATED - since I was not clear in me expressions. Will try again: I have a form with several inputs that are created dynamically like this: <form id="tellafriend_form" method="post" …
10
votes
6answers
155 views

XSLT:Which is the best tutorial you would like to recommend..

I want to learn the programming skills in XSLT to convert from XML to XML .. step by step .. I am finding it hard to program with XSLT .. I have tried w3schools.com, tizag.com and books like XSLT …
0
votes
3answers
51 views

xml, html or xhtml in <xsl:output>: Which is the better choice?

For historic reasons we have a mixture of <xsl:output method="xml"> and <xsl:output method="html"> and <xsl:output method="xhtml"> inside an include-hierarchy of XSL files. …
1
vote
3answers
47 views

Flattening a deeply nested structure in XSLT

Hi! I'm trying to learn XSLT (for some holiday coding fun). I think I now have a pretty good understanding of the basics (grabbing subtrees, filtering-out elements, and renaming elements). Where I'm …
1
vote
4answers
77 views

Why would I choose XSLT or XQuery over the other for html document generation?

I was researching alternatives to using Microsoft's XslCompiledTransform and everything seemed to point towards Saxon primarily and secondly XQSharp. As I started to look at documentation for Saxon I …
0
votes
4answers
39 views

XSLT: reverse the string by comma

I have an XML file: <schools> <schcool> school1, school2, school3, school4, school5 </schcool> </schools> I want to write XSLT (version 1.0) to change the …
1
vote
4answers
87 views

XML Mapping - XSLT or Code?

I have had a number of discussions recently over whether to use XSLT or code to write mapping functionality from one XML format to another or even when converting to something other than XML. Now I am …
0
votes
2answers
28 views

Filtering xsl:value-of on attributes

Hi, I currently have an XML document like this: <?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="./transform.xsl"?> <Documentation><Tables> …
0
votes
3answers
23 views

XSL Remove a line break from text

I would like to remove the line break that follows all text that says See the Exhibit " Unwanted linebreak as shown in notepadd++: This is what I have so far: <xsl:template match="p"> …
0
votes
2answers
28 views

XSL Ignore Empty Children Recursively

Trying something kind of wacky in cleaning up some verbose XML, which is to remove all empty nodes recursively. For this purpose, I consider a node to be "empty" if it has (a) no child nodes, (b) …

1 2 3 4 5 84 next
15 30 50 per page