About 9,930,000 results
Open links in new tab
  1. when to use xsl:if and when to use xsl:choose/xsl:when in XSLT

    Sep 11, 2013 · The <xsl:when> children of the <xsl:choose> element are tested, in order from top to bottom, until a test attribute on one of these elements accurately describes conditions in the …

  2. xslt - Conditional statements in xsl - Stack Overflow

    Jul 21, 2009 · Discussion on using conditional statements in XSLT with examples and best practices.

  3. XSL if: test with multiple test conditions - Stack Overflow

    Jan 27, 2015 · XSL if: test with multiple test conditions Asked 11 years, 5 months ago Modified 2 years, 6 months ago Viewed 277k times

  4. How to implement if-else statement in XSLT? - Stack Overflow

    Nov 29, 2012 · Learn how to implement if-else statements in XSLT with examples and explanations.

  5. Can you put two conditions in an xslt test attribute?

    Nov 25, 2008 · From XML.com: Like xsl:if instructions, xsl:when elements can have more elaborate contents between their start- and end-tags—for example, literal result elements, …

  6. Producing a new line in XSLT - Stack Overflow

    Apr 16, 2015 · 48 Include the attribute Method="text" on the xsl:output tag and include newlines in your literal content in the XSL at the appropriate points. If you prefer to keep the source code …

  7. xslt - How to concatenate data in XSL? - Stack Overflow

    Apr 17, 2015 · Learn how to concatenate data using XSLT with examples and solutions provided by the Stack Overflow community.

  8. Which browser can show XML data transformed by XSLT?

    There are two files, one .xml containing data and one .xsl with the XSLT script for transformation. As of August, 2010, all leading browsers support client side XSLT transformation. Open the …

  9. Check if a string is null or empty in XSLT - Stack Overflow

    May 5, 2009 · How can I check if a value is null or empty with XSL? For example, if categoryName is empty? I'm using a when choosing construct. For example: …

  10. xml - How to view xsl output in browsers? - Stack Overflow

    Aug 15, 2012 · Please show us details of the code in particular the xsl:output element (if any) in the stylesheet, the name and namespace of the root element the XSLT creates.