[thelist] Using XMLDOM with Coldfusion

Judah McAuley judah at wiredotter.com
Tue May 21 11:50:01 CDT 2002


Daniel Fascia wrote:
> Has anybody had experience of using the XMLDOM functions in coldfusion by
> calling the M$ COM object?? Im using this kind of structure(below) but its a
> completely blind approach which isnt working since I dont know of anyone doing
> this kind of thing and I dont really know CF well.. ;-(

The syntax looked pretty good to me, so I can't help you there.  But I
can suggest a more CF-friendly way to do things perhaps.  Take a look at
this custom tag from SiteObjects so soXML.

http://www.siteobjects.com/pages/soxmloverview.cfm

It acts as an easy interface between CF and the MSXML parser.  It
supports going to/from CF,XML, and XMLDOM and also supports XSLT
transformations.  The tag is free and unencrypted and appears to take
some of the work out of using XML.  And it makes it so you don't have to
call the MS COM object directly, which I'm always in favor of.

Judah




More information about the thelist mailing list