Hi Tom The CFXML tag parses an XML string into a ColdFusion structure object. This is useful for accessing and looping over particular nodes in the XML document, but not for inserting into a database. For building up a string and inserting it into a text column in a database, CFSAVECONTENT is exactly what you need.
Tom -----------------+ tom dyson t: +44 (0)1608 811870 m: +44 (0)7958 752657 http://torchbox.com > How come <cfxml> does not return an XML document? This does not make any > sense. An xml document is simply a textual string that has structure, right? > So, how am I suppose to create a shell xml document to be stored in the > database to be used at a later time? Oh this is so frustrating. What part am > I missing? > > Tom -----------------------+ cf-xml mailing list http://torchbox.com/xml/list.cfm
