python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
XSLT scheme for create a table whose header and rows are separate and hierarchical
I have a problem in order to convert a file that looks like this into a "flat" table
These files are uploaded during the exchange. There are many of them, but they have one template. First a...
Vladimir
Votes: 0
Answers: 2
XSLT For-each to display in a semicolon-delimited value instead of separate tags
is there a way to list all "for-each" values in XSLT in a single tag but semicolon-delimited value, instead of multiple tags with multiple values? For example:
XSLT
<xsl:for-each select=&...
rency0722
Votes: 0
Answers: 1
Xpath - select first occurence of node with specific type
I am trying to select all of the first occurrences of a specific type in the following structure:
<div class="jobs-list">
<div class="job-listing">
<h3&g...
tsz
Votes: 0
Answers: 2
XSLT Record a Position in a Variable
In XSLT 2.0, I'm trying to save in a variable the position() of a node that meets a certain test. This doesn't work, I get
Cannot convert string "\n\t\t\tposition()\n\t\t" to an integer
&l...
Mark Ainsworth
Votes: 0
Answers: 2