Relative Content

Tag Archive for xsltxslt-1.0

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..