Relative Content

Tag Archive for htmlxmlxslt-1.0

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.