Relative Content

Tag Archive for xsltxslt-1.0xslt-2.0xslt-3.0xslt-grouping

XSLT Variable assigning for each delimiter position from the input XML

In my XSLT I need to assign the values to the variable named FODepartment_LX where X represents the position of the delimiter(+) starting from the leftmost delimiter and Maximum position is 10. If the position of the delimiter doesn’t give any value, set the variable is to an empty string (”) for remaininag FODepartment_LX.

XSLT issue with the concatenation when empty fields

Requirement is to create a CSV file out of an XML for each Employee Records. Each record in CSV contains multiple lines which depends on the department level which I have achieved it through the attached XSLT.
My XSLT is not giving the exact output, looking for a help from the experts here to achieve the requirement.