Category "xslt-1.0"

Creating Random string containing over 25 characters of numbers and letters (upper and lower case)

How to create a Random string with over 25 characters of numbers and letters with XSLT? Example: Khb34KXQ23ib34KDNBBE342nQE My XSLT is like this: <xsl:functi

How to select only top level tags?

I`ve a xml file: <response> <ERROR_CODE>0</ERROR_CODE> <result> <value> <Account>L01+00000F00</Account>

XSLT stylesheet isn't applied to XML in Firefox. How to fix it?

I have no idea why my code isn't cooperating, with me and my xml. I'm sorry for giving pics, but when i'm giving code, site is displaying end result, not the co

How to add tags?

First xml file "in.xml" to be updated: <root attr="root"> <xItem key="1" th="1"> <m1 /> <b attr3="j" attr4="x"> <m4 /

Clone nodes while expanding flat to hierarchical XML using Microsoft XSLT 1.0

TL;DR: Here is my Fiddle: https://xsltfiddle.liberty-development.net/6qtiBn6/2 Expanding on the answer to my previous XSLT 1.0 (Microsoft vendor) problem, I act