I'm using the CF_SOXML tag to read an XML file, convert it to structures and than manipulate the data.
Everything works fine until it gets to the <MNT> tag ... this tag encloses the story data. Each story is broken up into paragraphs. At the end of each graph is a <p/> tag. CF_SOXML is seeing the MNT tag as an array and each P tag as an element of that array, but it is not seeing any values in the P tags. My guess is, it's parsing the <p/> and the opening and closing tag in one swoop and seeing it as empty. Any suggestions for getting to these values so I can retrieve the data? H. -----------------------+ cf-xml mailing list http://torchbox.com/xml/list.cfm
