XML in VBScript
Does anyone have any examples of how to build an XML file using VBScript.
I know how to do this in VB, but am not sure which functions (appendChild
for example) transfer to script. Thanks
[196 byte] By [
Jamie] at [2007-11-9 15:24:25]

# 1 Re: XML in VBScript
"Jamie" <jamie.l.coleman@verizon.net> wrote:
>
>Does anyone have any examples of how to build an XML file using VBScript.
> I know how to do this in VB, but am not sure which functions (appendChild
>for example) transfer to script. Thanks
Hi Jamie, I just found this place and I will here for a long time. I am doing
now what you are asking for. I create XML statements using VB scripts via
ASP and simply just add the CDATA information. The VBScript also attempts
to create complete DTDs, but my code is not accurate with it yet.
I may have more answers for you, but I am not sure what the appendChild function
is. Is that VB or XML?