Create a key using an @attribute, but scaning by this @attributes starting letters
I am using XSLT 1.0
I transforme the following xml file:
Transform Xml via xsl, and present the transformed xml in an html table throughtout the transforming xsl (reposted)
Transform xml to html adding or changing particular xml nodes and
corresponding attributes. The whole work must be done in the xsl itself.
Transform Xml via xsl, and present the transformed xml in an html table throught the transforming xsl
In continuation to using XSL to replace XML nodes with new nodes
,
I try to present an xml file into an html table, changing particular nodes in the initial xml.
The question is how I can add the replacements into the html table together with the unchanged nodes and their attributes in one shot in the same xsl. The transformed nodes are shown at the beginning of the page above the table bounds, and disappear from the table body. In addition only nodes seem to change and not their corresponding attributes.