Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
CUA web dev #1
Sorting XML
I have an XML file (see code set below) and I wish to sort by the "title"
attribute. Now, I am completely lost on XSLT (XSL). I know there is a XSL
command that will sort the file on validation (using the xmlvalidate()
function). My humble question is - how should I construct the XSL file in order
to achieve desired result.
<nmsList>
<entry title="Title of entry" stream="URL of streaming media">
<entry title="Title of entry" stream="URL of streaming media">
<entry title="Title of entry" stream="URL of streaming media">
<entry title="Title of entry" stream="URL of streaming media">
</nmsList>
CUA web dev Guest
-
Sorting array vs sorting paginated array
....pulling in a long list of photos in a gallery, and I have a sort function working within the pages of data fine. I need to bring it back out of... -
sorting
Gary, Please repost WITHOUT the attachment. Many of us use dialup and downloading 1433 lines wastes a lot of our time - especially since very... -
Sorting in CGI
Hi, I am writing a form that will list the name in the file namedata.dat in alphabetical order and display in a web page. #!/usr/bin/perl use... -
Help with sorting... please.. :)
I'm trying to sort the output of a query.. and I know you can use the "order by" clause, but it doesn't work the way I want it to. I'm trying to... -
Sorting in SQL
ORDER BY CASE WHEN ISNUMERIC(client_code) = 1 THEN CAST(client_code AS INT) END, CASE WHEN ISNUMERIC(client_code) = 0 THEN client_code END ...



Reply With Quote

