Top "Xslt-1.0" questions

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

XSLT: Set multiple variables depending on condition

I want to assign multiple variables depending on one condition environment. I know how to do that for only one …

xslt xslt-1.0 exslt
Single quote escaping a dynamic value-of string in XSLT 1.0

I am defining a JavaScript variable from XSLT and am getting an error due to an unescaped string. I understand …

xslt xslt-1.0
Implementing Key Value Concept in XSLT

I am working on XSLT, where I need to implement something as follows. My Source XML sample looks like this. &…

xslt xslt-1.0
High speed XSLT to convert from XML to CSV

I have been trying to get CSV data from an XML document in most efficient time using XSLT. Following is …

xml xslt csv transform xslt-1.0
XSLT condition to check if node exists

I have below sample XML in which I want to check if the node exist. Sample XML is <document&…

xml xslt xslt-1.0 xslt-grouping
how to parse the xml inside CDATA of another xml using xslt?

I need to transform the XML inside the CDATA of the XML using the single XSLT. I have an XML …

xslt xslt-1.0 xslt-2.0 xsl-fo
XSLT Ternary "If" Operator?

I am making use of XSLT and XML to produce an output document. What I have in the data (in …

xpath xslt-1.0
group by multiple attributes from xml with xslt

I have the following xml <smses> <sms address="87654321" type="1" body="Some text" readable_date="3/09/2011 2:16:52 PM" contact_name="…

xml xslt xslt-1.0
extracting information from a JSON file using XSLT version 1.0

I'm a noobie to stackoverflow and xslt so I hope I don't sound unintelligent! So I am working with SDI …

json xslt gis xslt-1.0
How can I use XSLT 2.0 and XSLT 3.0 in Java?

I am able to use XSLT 1.0 in Java as shown in the folllowing example :- copy.xml <?xml version="1.0"?&…

java xml xslt xslt-1.0 xslt-2.0