I can traverse an XML document and get the values no bother but I also require
to produce an XML document. I can also do this no bother but I require it
to be structured (which I cannot do) like:
I can only get everything on the same level as the parent tag. Any help/pointers
very very much appreciated - I am using the following:
VB 6.0 Service Pack 4
Microsoft Parser Novermber 2000 Release (msxml3.dll)
Regards
Colin
01-16-2001, 01:53 PM
Russell Jones
Re: Adding Nodes
What do you mean it isn't "structured?" Are the tags in the wrong positions,
or do you just mean that the output isn't indented properly? Show an example
of your output and you'll probably get a meaninful reply.
Russell Jones
Sr. Web Development Editor
DevX.com
"Colin " <cgourlay@channel-one.co.uk> wrote in message
news:3a6484b4$1@news.devx.com...
>
> *Please* help me, I am going nuts!!
>
> I can traverse an XML document and get the values no bother but I also
require
> to produce an XML document. I can also do this no bother but I require it
> to be structured (which I cannot do) like:
>
> <parent>
> <complexType>
> <forename>Joe</forename>
> <middle/>
> <surname>Bloggs</surname>
> </complexType>
> <parent>
>
> I can only get everything on the same level as the parent tag. Any
help/pointers
> very very much appreciated - I am using the following:
>
> VB 6.0 Service Pack 4
> Microsoft Parser Novermber 2000 Release (msxml3.dll)
>
> Regards
>
> Colin