I am successfully displaying data on the web site, however, in some cases I can not use XSLT because of some formatting limitations (actually client peculiarities).
 
My page looks like this so far:
 
 
 <table cellspacing="0" cellpadding="0" width="100%">
 <cfloop index="i" from="1" to="#getcontent.recordcount#">
 <cfif findnocase("live",list) AND live eq "yes" OR url.status eq "live">
 <tr>
  <td valign="top" width="75">#DateFormat(XmlUnFormat(GetContent.XmlFeed[i].contentdata.XmlChildren[i].date.XmlText), 'MMMM DD, YYYY')#</td>
  <td valign="top"><a href="">#Ucase(XmlUnFormat(GetContent.XmlFeed[i].contentdata.XmlChildren[i].common.label.XmlText))#</a><br>&nbsp;<br></td>
 </tr>
 </cfif>
 </cfloop>
 </table>
 
It is working dandy, however, is there any way I can sort this stuff (alpha, date, etc?)
 
 
 
Thank you as always,
Michael J. Sammut
________________________________________________
F O U R  E Y E S  P R O D U C T I O N S
 
think | plan | create :: web site design & development :: NYC
 
E. [EMAIL PROTECTED] | T: 718.254.9557 ext. 101 | F: 718.254.0399
 


Reply via email to