Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in xslt

String functions missing in Xalan 2.7, java.lang.String used instead?

function xpath xalan xslt

XSL how to count number of nodes depending on value without using attributes?

xml xslt

Use custom template name in <xsl:apply-templates>

xslt

how to create a xsl:function that returns a boolean

function xslt xslt-2.0

What does this do? <xsl:apply-templates select="."/> and <xsl:apply-templates select="*|@*"/>

xslt xslt-2.0

Node count and occurence - XSL

xml xslt

How to parse an XML DOM inside a CDATA element in XSLT?

xml xslt xpath cdata

Boolean operator OR in where clause using XSLT

xslt

How to check if an XML node contains text

xml xslt xslt-2.0

XSLT merging/concatenating values of siblings nodes of same name into single node

xslt merge siblings

Is it a good idea to use XML and XSLT for websites?

xml xslt

remove xml tags with XSLT

xml xslt

How to select all nodes with the same name for different parent nodes?

xml xslt xpath

XSLT: insert parameter value inside of an html attribute

xml xslt umbraco

What's the most streamlined way of performing a XSLT transformation in ASP.NET?

c# asp.net xml xslt

Xpath how do I get the total string length of all attributes on the parent's children?

xml xslt xpath

Concatenating two variables in xslt (non-numeric and/or numeric)

xslt

Where do I put an XSL function in an XSL document?

xslt xsl-fo

XPath - extract numeric value out of string

xml xslt xpath stylesheet

XSLT: <xsl:strip-space> does not work

xml xslt