Top "Xslt" questions

XSLT is a transformation language for XML designed to transform structured documents into other formats (such as XML, HTML, and plain text, or, in XSLT 3, JSON).

how to apply group by on xslt elements

I need to group the value based on some attribute and populate it. below mentioned is i/p xml and …

xslt grouping
How to add multiple test conditions in 'test' attribute expression of <xsl:if> tag

Is there any possibility to include multiple conditions in 'test' attribute expression in <xsl:if> tag of XSLT …

xslt xpath
How can I create a Word document using Python?

I'd like to create a Word document using Python, however, I want to re-use as much of my existing document-creation …

python xml xslt ms-word
Escape single quote in xslt concat function

I want to output single quote around $ID variable in the below xsl:value-of xsl statment. <xsl:value-of select="…

xslt xml javascript
xslt 1.0 string replace function

I have a string "aa::bb::aa" and need to turn it in to "aa, bb, aa" I have tried …

xslt xslt-1.0
How to copy all child nodes of any type of a template context element

I am transforming XML into HTML using XSLT. I have the following XML structure: <root> <element> &…

xslt xslt-1.0
Case insensitive XPath contains() possible?

I'm running over all textnodes of my DOM and check if the nodeValue contains a certain string. /html/body//text()[…

javascript html xml xslt xpath
Usage of XSLT Params; <xsl:param> & <xsl:with-param>

Please explain me how best XSLT param can be used. in terms of <xsl:param> & <xsl:…

xml xslt xslt-1.0
Can Chrome be made to perform an XSL transform on a local file?

I was looking into xslt and started testing with the examples on w3schools. However, when I save the xml …

xml xslt google-chrome local
XSLT Transform XML with Namespaces

I'm trying to transform some XML into HTML using XSLT. Problem: I can't get it to work. Can someone tell …

xml xslt namespaces transform datacontractserializer