Found an article on DesDev regarding CFMX / XML: http://www.macromedia.com/desdev/mx/coldfusion/articles/xmlxslt.pdf
Basically what I was doing wrong is that I had an XML object created, but if you want to display it to the browser or output it to a file, you have to use the toString(MyXML) function. :p I don't know why the help files didn't mention this. In all the help files, they're using <cfdump> to show you the contents of XML object, but none of them mentioned the "Oh yeah, to spit this out to a file, use toString(XMLObject)." Minor issue: One other thing I noticed about the cfmx help files is that in the XMLNew() function help, XmlChildPos is listed twice. Hope this helps someone on the list, ~Todd -- ============================================================ Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ | Team Macromedia Volunteer for ColdFusion | http://www.macromedia.com/support/forums/team_macromedia/ | http://www.flashCFM.com/ - webRat (Moderator) | http://www.ultrashock.com/ - webRat (Back-end Moderator) | ============================================================ ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

