Can anyone show me the code I would use to save the results of a web dav queryas an xml file? I already have the query working, I just want to save theresults in an xml file so I can view the node structure and better help mecreate an XSL file.
I would think the easiest way to do this is to load the responsetext ofthe XMLHTTP object into a DOM object using the loadXML function on theDomDocument. Then you can easily persist to a file by calling the Savefunction of the DomDocument object. If you still need demo code, let meknow and I will write something up.
Could you please show me some demo code? I understandwhat you're saying to do, but, I'm still trying to getthe hang of the syntax (vbscript, jscript, object andtheir methods)