macromedia.coldfusion.cfml_general_discussion
[Top] [All Lists]

Re: Which is the best way to parse nested XML

Subject: Re: Which is the best way to parse nested XML
From: "KevinwR"
Date: Mon, 4 Feb 2008 23:36:53 +0000 UTC
Newsgroups: macromedia.coldfusion.cfml_general_discussion

Sorry about the first post.  The preview of the post had the less than / 
greater than characters displayed correctly, so I went ahead and posted it.  I 
will re-post it below.

 <project>
 <CT text>
 <id name = text1>
 <Rich Text>some sample text</Rich Text>
 </id>
 </CT Text>
 <CT text>
 <id name = text1>
 <Rich Text>some sample text</Rich Text>
 </id>
 </CT Text><CT text>
 <id name = text1>
 <Rich Text>some sample text</Rich Text>
 </id>
 </CT Text>
 <CT text>
 <id name = text2>
 <Rich Text>some more sample text</Rich Text>
 </id>
 </CT Text>
 </project>


<Prev in Thread] Current Thread [Next in Thread>