python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
XSLT: group elements without deleting neighboring elements
I want to prepare the index entries in a Word file for an XSL-FO transformation.
The index entry always starts with
w:r/w:fldChar/@w:fldCharType="begin" and ends with
w:r/w:fldChar/@w:fldCha...
Pjoern
Votes: 0
Answers: 1
Group Child Nodes based on Specific Condition
I have been having trouble transforming below xml using XSLT 2.0. Could anyone help me resolve this please? Thanks
Input XML
<?xml version="1.0" encoding="UTF-8"?>
<Root&g...
KM6895
Votes: 0
Answers: 1
XSLT - Refer HREF elements
I have a XML in the below format
<Envelope>
<Body>
<Ref id="ref1">
<user>Test1</user>
<company>Comp1</company>
<message href="#ref3" /&...
Pavithran Rajendran
Votes: 0
Answers: 1
XSLT 1.0: grouping positive and negative values with an xsl:key
I have this source XML and I have to group the <SpinRecord> elements by <IndirectCust> and <SalesVolume>:
<?xml version="1.0" encoding="UTF-8"?>
<SI_CSV_...
Peter
Votes: 0
Answers: 1