M
Mike King
Can anyone help me. I need to process groups of elements and their children
nodes very high on the template stack. Is it possible?
:::Source XML document:::
<root xmlns="urn:tempuri.org">
<child>
<!-- many children nodes here -->
</child>
<child>
<!-- many children nodes here -->
</child>
<child>
<!-- many children nodes here -->
</child>
<child>
<!-- many children nodes here -->
</child>
</root>
:::Resulting Tranformed XML document:::
<root xmlns="uri:someother.org">
<group>
<!-- and some children nodes -->
</group>
<group>
<!-- and some children nodes -->
</group>
</root>
nodes very high on the template stack. Is it possible?
:::Source XML document:::
<root xmlns="urn:tempuri.org">
<child>
<!-- many children nodes here -->
</child>
<child>
<!-- many children nodes here -->
</child>
<child>
<!-- many children nodes here -->
</child>
<child>
<!-- many children nodes here -->
</child>
</root>
:::Resulting Tranformed XML document:::
<root xmlns="uri:someother.org">
<group>
<!-- and some children nodes -->
</group>
<group>
<!-- and some children nodes -->
</group>
</root>