Tagged Questions

0
votes
3answers
17 views

xsl to produce summation value for each attribute

I want to use XSLT to calculate the summation value of amount the input is: <FileHeader> <Item amount="500" /> <Item amount="600" /> …
0
votes
1answer
11 views

(.net) Changes to included child XSL file is not picked up until parent XSL file is touched?

Ok so I've got a XSL file of handy templates in a file which a bunch of other XSL files include (using ) to keep my design nice and DRY. I'm using .net to run the XSL files against my XML. Trouble is …
1
vote
2answers
19 views

XSLT: select distinct but slightly different to other examples

Hi. I have the following XML: <a> <b> <d>D1 content (can include child nodes)</d> </b> <b> <c>C1 content (can include child …
0
votes
1answer
21 views

Remove XmlNodes with xslt transformation

I need to rip some xml nodes from a xml document. The source is <root> <customElement> <child1></child1> <child2></child2> </customElement> …
0
votes
2answers
362 views

Xslt distinct select / Group by

<statisticItems> <statisticItem id="1" frontendGroupId="2336" caseId="50264" /> <statisticItem id="2" frontendGroupId="2336" caseId="50264" /> <statisticItem id="3" …
0
votes
3answers
24 views

Merging adjacent nodes of same type (XSLT 1.0)

Is it possible to merge every sequence of nodes of the same specified type? ('aaa' in this case) (not just first occurrence of sequence) Here is my XML input: <block> …
0
votes
2answers
30 views

Parsing date strings

Hi, I'm writing an XSLT to transform an XML document from one DTD to another and in the process of doing so trying to tidy up some date strings. Each record in my source document has a date element …
0
votes
5answers
22 views

How to avoid a SAXParseException using Xerces when HTML file includes mdash?

I am using the Xerces implementation within JDK6 to perform XPath queries on an HTML 4.0 transitional document. With the following code: XPath newXPath = XPathFactory.newInstance().newXPath(); …
0
votes
1answer
24 views

XSLT 2.0 PHP support. When?

What are the chances to see XSLT 2.0 processors like saxon for php in the nearest future?
0
votes
3answers
49 views

XSLT Rename Element

I have a XML document and I want to rename some elements via XSLT: <Assert @some attributes here> <conent> <And> <formula> <Atom> …
0
votes
2answers
36 views

Transform XML into specified ordering (DTD -> XSD)

I have a project where the main file we are dealing with is an old XML file where the creator made a very unstructured DTD (All elements are optional, and can occur 0 or more times. Even better the …
0
votes
1answer
26 views

[XSLT] Howto parse child elements to another related element

Good day to you, I use Castor to map network infrastructure into Java classes. My XML file looks like this: <SPECTRUM_Topology> <Topology> <!-- Device information --> …
0
votes
2answers
44 views

Simple XSLT Question: How can I add the closing “/” at the end of a single tag?

Hello, I'm teaching myself XSLT and am still trying to wrap my brain around the small details. I have a template in my XSL stylesheet that looks like this... <td><img …
3
votes
7answers
376 views

XSLT to sum product of two attributes

Hi All I have the following XML source structure: <turnovers> <turnover repid="1" amount="500" rate="0.1"/> <turnover repid="5" amount="600" rate="0.5"/> <turnover …
1
vote
2answers
47 views

Parsing XML within SAP ABAP

My company is working on a project that needs to read XML files within SAP ABAP. When the XML file has no data for a particular tag it omits that data. Some tags are self closing. e.g. <tag /> …

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