Top "Xslt-2.0" questions

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

Remove Elements and/or Attributes by Name per XSL Parameters

The following does the job of removing unwanted elements and attributes by name ("removeMe" in this example) from an XML …

xml xslt xslt-1.0 xslt-2.0
Open-source java XSLT 2.0 implementation?

I'm currently looking into using XSLT 2.0, but I cannot find any open-source java implementations (Saxon-B seems to fit the bill, …

java xml open-source xslt-2.0 xslt
Java XSLT processors supporting XPath 2.0

What are the currently available XSLT processors supporting XPath 2.0 standard?

xml xpath xsd xslt-2.0 xslt
What browsers support XSLT 2.0?

The Safari browser does not support XSLT 2.0 documents. What browsers, if any, support XSLT 2.0?

xml xslt browser xslt-2.0
XSLT2: How to reference attributes about the current node in XPath2 predicates

I had posted another question with this as one aspect of it. I was told to clarify the question, but …

xpath xslt-2.0 xpath-2.0
Conditional variable select in XSLT

I want a variable to have the value of an element if the value is numeric, but if it's not …

variables xslt xslt-2.0
XSLT: Finding last occurence in a string

Given a form number like: ABC_12345_Q-10 I want to end up with: ABC12345 So I need to find the …

xslt xpath xslt-2.0
Looping over distinct values

Given a variable which returns a list of distinct States using the distinct-values() function, is there a way to tokenize …

xslt xslt-2.0
How to do XSLT 2.0 transformation with C#

Is it possible to use XSLT 2.0 transformation with native .net framework ? I know it's possible with XSLT 1.0.

c# .net xml xslt xslt-2.0
Create sequence number in xslt

Input XML: <doc> <section> <para>Paragraph 1</para> <para>Paragraph 2</…

xml xslt xslt-2.0