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="/index.cfm/page/#getcontent.label#.htm">#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 anyway I can sort this stuff (alpha, date, etc?)


Regards,
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

W. http://www.foureyes.com



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to