Top "Xslt-2.0" questions

Use this tag for questions specific to XSL Transformations version 2.0 and no other version.

How to use for each group in XSL

im still learning for-each-group what is the best way of grouping something like this using XSL?(by country) i'm trying …

xml xslt xpath xslt-2.0
XSLT: If tag exists, apply template; if not, choose static value

I am new to XSLT in general so please bear with me... With that in mind, what I am trying …

xml xslt xslt-2.0 xslt-1.0
adding attribute to the node

I am trying to add an attribute to the node if the child node value is equal to some string. …

xslt xslt-2.0
Why does XSLT output all text by default?

Hi I had performed a transformation which drops a tag if it is null. I wanted to check whether my …

xslt xslt-1.0 xslt-2.0
Need variable value as element name using XSLT

I am converting one format of XML to another and I need to insert an element and name it with …

xslt xslt-1.0 xslt-2.0
How to group and sum values in XSLT

For each "agency" node I need to find the "stmt" elements that have the same key1, key2, key3 values and …

xslt xslt-2.0
How to set attribute in XML using XSLT?

For example, I want to add an attribute to this node: <Party> So it will look like: <…

xml xslt xpath xslt-2.0
how to align text and table data into center in xsl

i am trying to put my data and table into the center of page as shown in below table. but …

xslt xslt-2.0 xsl-fo
XSLT xsl:sequence. What is it good for..?

I know the following question is a little bit of beginners but I need your help to understand a basic …

xslt xslt-1.0 xslt-2.0
Upgrading XSLT 1.0 to XSLT 2.0

What is involved in upgrading from XSLT 1.0 to 2.0? 1 - What are the possible reasons for upgrading? 2 - What are the …

xslt xslt-2.0 xslt-1.0