Top "Xslt-2.0" questions

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

Convert dateTime to unix epoch in xslt

I have a dateTime variable, and I want to convert it to a decimal value of epoch. How can this …

datetime xslt xpath xslt-2.0 xpath-2.0
how to use xslt 2.0 in visual studio 2010

I am using xslt 2.0 for transforming one xml format to another xml format.But Visual Studio 2010 supports only xslt1.0. So, …

.net visual-studio-2010 xslt .net-4.0 xslt-2.0
XML to XML Mapping using XSLT

I am new to XSLT and trying to map one XML to another XML using xslt, here is my first …

xml xslt xslt-2.0
How to format date in XSLT 2.0

I need to display date like Wednesday, 5th May, 2011 I am trying <xsl:value-of select="format-date( current-date(), '[FNn,*…

xslt-2.0
How to check if an XML node contains text

How can I check if a XML node contains text, or only empty nodes? Example: Let's say we have the …

xml xslt xslt-2.0
xsl:character-map to replace special characters

Given an element with a value of: <xml_element>Distrib = SU &amp; Prem &amp;lt;&…

xslt xslt-2.0
Use saxon with python

I need to process XSLT using python, currently I'm using lxml which only support XSLT 1, now I need to process …

python xslt xslt-2.0 saxon
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
Will XPath 2.0 and/or XSLT 2.0 be implemented in PHP?

The question was asked but deleted by the asker before it received an answer. Because I believe the question is …

php xslt xpath xslt-2.0 xpath-2.0
foreach inside tokenize

This is a snippet from the xml: <sample> <test> <Cell1>John</Cell1> &…

xslt xslt-2.0 xpath-2.0