Le Sat, 12 Aug 2017 22:59:13 +0200, a écrit:
Don't want to sound pedantic or be the wiseguy that states the obvious,
but I think this is a perfect example for a recursive call.
The way I picture this is a routine that initially receives the XML root
node and displays all its attributes and
Don't want to sound pedantic or be the wiseguy that states the obvious, but I
think this is a perfect example for a recursive call.
The way I picture this is a routine that initially receives the XML root node
and displays all its attributes and text. Then, it calls itself recursively for
each
Le Fri, 11 Aug 2017 14:25:33 +0200, Hans Lehmann a
écrit:
Hello,
I am unable to read and display the structure of the following XML file
xml.xml:
[...]
Does anyone have an idea or suggestion or even a finished solution for
the above mentioned task? My projects with >XmlDocument and Xml