B
Bartek
Hello
This is my problem:
It consider xml 2 xml conversion.
source document had unknown structure (xhtml),
xslt must process every node, attribute, text, comments etc. from source and
write in destination file.
During that process i must catch some nodes (e.g. <input> position of this
node in XML tree is unknown )and change the value attribute.
The destination xml file must be the exact copy of source file + changes on
value attribute on some nodes.
Where can i find some sample code that can process and write whole context
node by node, comment etc.
thanks for any help
This is my problem:
It consider xml 2 xml conversion.
source document had unknown structure (xhtml),
xslt must process every node, attribute, text, comments etc. from source and
write in destination file.
During that process i must catch some nodes (e.g. <input> position of this
node in XML tree is unknown )and change the value attribute.
The destination xml file must be the exact copy of source file + changes on
value attribute on some nodes.
Where can i find some sample code that can process and write whole context
node by node, comment etc.
thanks for any help