Top "Xslt-1.0" questions

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

How to convert json to xml using xslt

How would you convert JSON to XML? Consider: <sampleTag> { "Order": { "InvestmentAccount": { "AccountNumber": "10" }, "Parcel": { "Limit": "0", "ExpiryDate": "1900-01-01T00:00:00", "…

xslt xslt-1.0
how to make xsl tokenize work

I have a huge xsl file but the section where i use "tokenize" to parse through a comma separated string …

xml xslt xslt-1.0
Get first child node in XSLT using local-name()

Assume we have this simple xml ... <books> <book> <author/> <title/> </book&…

xml xslt xpath xslt-1.0 xalan
Formatting string (Removing leading zeros)

I am newbie to xslt. My requirement is to transform xml file into text file as per the business specifications. …

xslt xslt-1.0
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
How to add header and footer for every pages in xsl-fo to generate pdf

please find the following xsl-fo , tried to set header and footer for every page in pdf, but got only header …

xml xslt xslt-1.0 xsl-fo
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
Using xslt get node value at X position

How can I get using xslt, node value at X position, without using foreach <items> <item1>…

xslt xpath xslt-1.0 msxsl
Get file name using xsl

How can I get the file name using xsl 1.0? I tried <xsl:value-of select="base-uri()" /> but got "Fatal …

xslt xslt-1.0
Create node set and pass as a parameter

Using XSLT 1.0, I'm trying to essentially create a small node set and then pass it as a parameter to a …

xslt xslt-1.0