1
vote
1answer
42 views

xsl:for-each loop with attribute matching with parameter

I've been trying to figure this our for a while, but no luck. I have a for each loop specifically targeting to a node with specific attributes, but somehow the for each condition doesn't seem to ...
1
vote
1answer
31 views

XSL Rewrite a straight xml structure to nested xml

I've a XML structure like: <TOP>top</TOP> <HDR>header</HDR> <LINE>line1</LINE> <LINE>line2</LINE> <LINE>line3</LINE> ...
0
votes
1answer
53 views

XML/XSLT sum for-each with variables

I am having a problem. What I want is to sum the objects and print them for every iteration. I am new to XSLT, so please be kind. What I have is this code: <?xml version = "1.0" encoding = ...
0
votes
2answers
32 views

Need to parse out Numbered Tags data and group the data appropriately using XSLT

I got a great answer for the scenario I posted previously, but the solution didn't work (or at least I couldn't get it to work for the full XML file). I need something that will keep my current ...
0
votes
2answers
59 views

How to call a jQuery function from a for-loop in HTML

so this may be a unique question I have this XSL for-each loop which generates 3 strings Music, TV, Comedy The HTML (and my javascript attempt) Uncaught SyntaxError <div id="rgt" ...
1
vote
2answers
53 views

Setting a variable that counts the number of items in a for-each loop in XSLT

I need to set a variable that is total number of "Line Items" in each order in the following for-each loop: <xsl:for-each select="Customer/Order/Item"> </xsl:for-each> For instance, if ...
0
votes
2answers
41 views

XSLT: Selecting nodes and attributes based on attributes

I am quite new to XSLT style sheets. I have done some very basic work with them and now have gotten a project that is testing my abilities. I don't even think I am asking the question the right ...
0
votes
3answers
98 views

XSLT For-Each loop to get data from enumerated tags?

I've been provided an SML file where the designer (not in my company, so I have no control over this) has created some data that I need to consume; but they setup enumerated tags, so I'm having a ...
0
votes
0answers
52 views

Access a nested loop in a for-each select

I have the following XML and I need to match data in in LXLoop up with data in the S5 Loop and map it to the destination structure as seen in the code sample I have. The problem I'm having is how do ...
1
vote
2answers
55 views

Using <xsl:for-each> for incremental element names

I have an XML that is converted from a java map. So all the map keys are converted into node names. The XML structure is as below <map> <firstName>AAA</firstName> ...
0
votes
1answer
45 views

How to get autoselect next block xsl:fo

How to get automatically select next block without listing "xsl:for-each select="name|lastname|third""? XSL: <fo:table> <fo:table-body> <xsl:for-each ...
0
votes
1answer
29 views

XSLT for-each, iterating through text and nodes

I'm still learning XSLT, and have a question about the for-each loop. Here's what I have as far as XML <body>Here is a great URL<link>http://www.somesite.com</link>Some More ...
0
votes
1answer
110 views

XSLT xsl:copy and xsl:for-each on attributes

I have the following xsl template: <xsl:template match="@*|node()" mode="fix-entity-references"> <xsl:copy> <xsl:for-each select="@*"> <xsl:if ...
0
votes
1answer
105 views

XSLT 1.0: if statement when position matches a variable value

I'm trying to insert an IF statement into an existing FOR-EACH loop to do something slightly different if it matches a variable from another node (the node I want is actually a sibling of it's parent ...
1
vote
2answers
81 views

XSL for-each. incorrect output in tr tag

First of all, sorry for my english (I`m from Russia). There is my problem: I have to do table with products in my site with xslt. Here is how should it looks: Now it looks like this: So, my ...
0
votes
1answer
22 views

<xsl:for-each> table

I try to output this 2 recipes in a table but I can't, it's shows me only first. How can I output both recipes in a table this is my xml: <region id="southwest"> ...
0
votes
1answer
147 views

XSLT : Doing an if-else inside of foreach

I’m trying to insert an if-else statement inside of a foreach statement in XSLT. The idea is , if the node exist it will insert a line break.This is what I have so far <xsl:for-each ...
1
vote
1answer
203 views

Outputing multiple tables in XSLT at once

I have an XML document: <Gym> <Trainee> <Trainee_ID>1521</Trainee_ID> <Trainee_Name>Mary Andersen</Trainee_Name> ...
1
vote
1answer
153 views

XSLT transformation - multiple input XML files

I have a following problem: I have several input XML files, and one of them contains links to the others. That one looks like this: <Envelope> <Part File='file:SEQ014/DET3262874.9.0.xml' ...
0
votes
1answer
72 views

Substring result of for-each loop

I have a below for-each loop in my XSLT which gives me concatenated string of distinct values of CUST_PO_NUMBER from input XML <xsl:key name="custpo" ...
0
votes
1answer
86 views

XSLT for-each-group - spurious node in selection

I am inexperienced in XSLT, and need to help to nail a strange bug in a for-each-group loop I am using for an XML transformation solution. Here is the XSLT: <xsl:stylesheet version="2.0" ...
0
votes
1answer
265 views

XSL for-each iteration

I have two for-each statements iterating and I want the output to be in vertical rather than horizontal format within the table. Currently it outputs: a b c 1 2 3 I want it to output: a 1 b 2 c 3 ...
1
vote
3answers
111 views

XSLT-XPath: For-each path specification for re-grouping of elements

I have XML documents which I want to transfer into another structure. An example of a document looks as follows: <application> <contactPerson> <name>Dominik</name> ...
2
votes
3answers
110 views

xsl multiple tables

I am new to XSL and am using w3schools try it editor. The xml provided is <?xml version="1.0" encoding="ISO-8859-1"?> <!-- Edited by XMLSpy® --> <catalog> <cd> ...
-1
votes
1answer
454 views

set selected attribute of html option element within select based on outer for-each index

The title sounds much more complex than the problem really is: I have been trying to put things together by bits and pieces found on stackoverflow and elsewhere, but I can't quite figure it out. ...
0
votes
1answer
98 views

Access original node set when in a for-each loop for a separate node set

I'm using XSLT 1.0. I'm basically trying to create output based on an attribute's value(s). Here's an example of the XML I'm converting: <object include="name number" id="5" /> This is an ...
-1
votes
1answer
481 views

position() and last() inside nested for-each xslt

I have a stylesheet I'm using with a perl module that only works with XSLT 1.0. I want to create a JSON array inside a JSON dictionary so I need proper comma seperation for the elements. I'm parsing ...
1
vote
2answers
195 views

setting flag in XSLT to detect the first time through a loop

New to xslt. Using it in umbraco, so it's version 1.0. Trying to insert separators between links in an inline footer list, so will put them before each link except the first one. This is a simple ...
2
votes
1answer
205 views

Foreach with nested dictionary in xslt

I have a dictionary with the following values: <root user_salutation="Geachte heer" wg="7" wgList-0="68" wgListCount-0="3" wgList-1="65" wgListCount-1="1" ...
2
votes
1answer
109 views

How to pass a value from for-each to select from another node-set in XSL?

Given my input XML: <?xml version="1.0" encoding="utf-8"?> <FlightAvailability> <FareDetails> <Fare ID="2007" DepartureDate="2012-11-23T07:05:00"> ...
3
votes
0answers
211 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. ...
1
vote
3answers
150 views

XSLT select only last version element in rowset

My xml is: <RowSet> <Row> <msg_id>1</msg_id> <doc_id>1</doc_id> <doc_version>1</doc_version> </Row> <Row> ...
1
vote
1answer
84 views

Using an integer on a for each loop in xslt

I am trying to use XSLT to generate a dynamic class based on the number of groups it finds in the XML. For example there will be X groups in the XML, all with child nodes. I need the for each loop to ...
0
votes
2answers
114 views

XSLT CallTemplate ForEach XML

I need a little XSLT help. Couldn't figure out why the actual output is different from my expected output. Any help much appreciated! XML <?xml version="1.0"?> <a> <b c="d"/> ...
0
votes
1answer
123 views

Selecting child node group with xsl

I'm trying to use for-each to select and display a group of child nodes and I'm stuck! XML <cta> <text>Call to action text</text> <link>call to action link ...
2
votes
1answer
1k views

XSL For-Each Looping

Basically this is my XML taken from an excerpt of a Shakespeare play: <PLAY> <PERSONA>BENEDICK, a young lord of Padua.</PERSONA> <PERSONA>LEONATO, governor of ...
1
vote
1answer
118 views

XSLT and reusing value inside for-each

I have a number of article rows that might or might not have an order number. If the row misses an order number I want to show the latest existing order number as this articles order number. <?xml ...
1
vote
1answer
83 views

xsl:for-each giving constraint

I have one question regarding xsl:for-each if there are list of code COMPXXXX COMPXXXX COMPXXXX LAWSXXXX LAWSXXXX XXXX (are numbers 2383) and if I just want to display code that starts with COMP, ...
2
votes
2answers
514 views

XSLT apply-templates inside for-each [closed]

I have an XSLT like below, and want to use apply-templates inside the xsl:for-each element so I don't have to repeat the <tr> element with the informations of the "cliente" XML element. I'm ...
0
votes
1answer
72 views

XSL, issue with getting xsl:value-of inside a for-each

I've got an XML with diferent nodes: <INFORME> <Assignatura> <Nom_materia>Física</Nom_materia> </Assignatura> <Assignatura> ...
2
votes
3answers
195 views

position()=1 working correctly, but not position()<5

I'm new to XSLT, and I'm carrying out a few tests using w3schools "Try it yourself" pages. I'm using the following demo: ...
1
vote
2answers
152 views

XSLT - How to speed up a complex for-each

I am new to XSLT and i'm having a few speed issues with the following for-each statement. I was hoping someone could give me some pointers as how to optimise this please? The for-each below is ...
0
votes
1answer
511 views

Why isn't xsl:for-each select=“” working with this xml file?

I am trying to display an xml file with an xsl stylesheet. I just canNOT seem to get it to work. The feed I'm using is this: http://screamingdeals.tdn.travelscream.com/atom.xml Here is an ...
1
vote
2answers
1k views

Can you use <xsl:for-each> to go through attributes?

Is it possible to use the command on attributes? I want this to be able to run without knowing the attribute names. Here's a quick (terrible) example: <candy hard="true" soft="false" ...
0
votes
1answer
154 views

How to set element value dynamically based on for each loop count

Here is snippet of an xsl file that I am trying to make work. I would like to change value for element request-tot-queries in the header based on loop count in the Body. Your help would be greatly ...
0
votes
3answers
480 views

XSL for-each from different structure

I have a problem in the realization of this XSLT, what I need is to create a HTML table from the follow XML: <?xml version="1.0" encoding="ISO-8859-1"?> <Overview> <Header> ...
0
votes
1answer
1k views

XSL 1.0 - How to use for-each over a tokenized string

Using XSL 1.0, I found a nice tokenize function. Now I need to for-each over the resulting tokens. I am very new to XSL. The php equivalent of what I need: $in = 'a,b,c,d'; $tokens = explode (',', ...
1
vote
1answer
506 views

Comparing values in xml using XSLT foreach loop and determining if they are the same or not

I have the following xml: <?xml version="1.0" encoding="UTF-8"?> <abc1 formName="Form"> <Level1> <Element1>ZZZ</Element1> <Element2> ...
0
votes
1answer
800 views

XSLT foreach loop

I have only been introduced to xslt and xml in the last few weeks, and I urgently need some help to write some code to achieve what I want to achieve. I have the following xml: <?xml version="1.0" ...
0
votes
1answer
319 views

XSLT for-each counter - how to access data

for performance testing purposes I want to take a small XML file and create a bigger one from it - using XSLT. Here I plan to take each entity (Campaign node in the example below) in the original XML ...

1 2 3