Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSXML.DOMDocument question
Message
From
24/09/2004 10:59:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
MSXML.DOMDocument question
Miscellaneous
Thread ID:
00945734
Message ID:
00945734
Views:
52
Hi all,

I have a wrapper class for the MSXML.DOMDocument to create xml files. I use the combination of CreateElement() and AppendChild() methods. This works fine. We have an existing xml parser that combines the two closing tag syntax and is hard-coded to switch between one from the other. Using MSXML, can I control how the element's closing tag is defined? See example:
* default msxml behavior: output format
<root>
  <element1 attrib1="ATT1" attrib2="ATT2">
  </element1>
</root>

* desired behavior:
<root>
  <element1 attrib1="ATT1" attrib2="ATT2" />
</root>
ramil
~~ learning to stand still
Reply
Map
View

Click here to load this message in the networking platform