sectX
Elements into section
ElementsYou need to transform every sectX
element into a
section
element.
This problem is solved through the following XSLT stylesheet:
The stylesheet from Example 3.10, “Transforms every sectX
Element into a
section
Element” is very easy: it
imports the standard rules to copy every node from
copy.xsl
and create special rules for all
sectX
elements. As every sectX
element
creates the same structure, we can collect it in one template
rule.
Project@GitHub | Issue#8 |