Category "xslt-2.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 can I Create a list variable from other lists in a condition

I have a list requiredStyles that is composed of other list depending on a series variable. but it's not working correctly I get the output: Warning: will not b

how can I Create a list variable from other lists in a condition

I have a list requiredStyles that is composed of other list depending on a series variable. but it's not working correctly I get the output: Warning: will not b

Group by key in xslt 3.0

I am trying to group by an attribute . Example input: <?xml version='1.0' encoding='UTF-8'?> <ns1:map xmlns:ns1="http://www.w3.org/2005/xpath-functions

Merge 'p' element content under the following 'p element' content

It is list content, right now bullet list and item content appearing separately in the output. So I want to merge a <p>, Please look expected output and h

create @colwidth attribute and value in the 'colspec' element

In the @colwidth value are coming same value from tblW/@w:w value, Please help me on this Xml input: <tbl> <tblPr> <tblW w="5000" typ

Need to create @namest and @nameend attributes in the 'entry' element

if we get <gridSpan val="4"/> create the @namest and @nameend attributes in the 'entry' element. NOTE: May be gridSpan element will appear in 3rd entry t