How to iterate over unique records in XSLT 1.0?
I have an xml input like this :
Is it possible to transform an XSLT stylesheet with an XSLT stylesheet?
I have a two-step build process. In the first step I want to read configuration from a small XML file conforming to a well-defined XSD schema into an XSLT stylesheet which then outputs another intermediate XSLT stylesheet containing a list of <xsl:param />
elements with the data from the configuration XML. In the second step I want to run a transform on my main XML document with a stylesheet that references the output of the first step with <xsl:include>
.
XSLT 1.0: Split into separate segments based on key field value
i am trying to write XSLT mapping to create separate Instruction segment based on sub segment Instructiontext, whenever there is key word called /NEW LINE/ is present in the InstructionText segment. I have written a code but its giving error, Please help me on this..
Logic to display certain fields based on condition
Here is the input xml
Updating Multiple Node Values Using Template Match in XSLT
Input XML
Updating two different nodes using XSLT
Updating two different nodes using XSLT
XSLT mapping to sort the segment based on field value
I am trying to write XSLT1.0 to sort the child segment based on field , i am unable to sort it, Can you anyone help here?
Input and output files attached Please suggest
XSLT mapping to remove header segment
I am trying to use XSLT 1.0 to remove header segment from my input xml, not able to get the desired output. Please help me here.
XSLT mapping to correct XML format in Input file
I am checking on the possibility of correcting the input XML file syntax with XSLT 1.0 mapping, but not able to find any relevant blogs, is this even possible ?