XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 12th, 2004, 02:58 PM
CrystalCoder CrystalCoder is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 153 CrystalCoder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 13 h 26 m 47 sec
Reputation Power: 5
Sort Problem

Hello,

I have an xslt document which I am using to attempt to sort some xml data. The unique part is that I am trying to sort by attributes.

I know this sounds easy, but it's still giving me fits. I have successfully written a test application so I definately understand the basics. Here is the xml that I am trying to sort upon:

<info>
<table:Row col1='001' col2='User'
col3='Name' />
<table:Row col1='002' col2='Another' col3='User' />
</info>

Here is the xslt:

<xsl:template match="info">
<xsl:for-each select="table:Row">
<xsl:sort select="@col1" />
<tr>
<xsl:for-each select="@*">
<td nowrap="true"><xsl:value-of select="." /></td>
</xsl:for-each>
</tr>
</xsl:for-each>
</xsl:template>


Please assume that these pieces of information are wrapped in their appropriate xml/xslt stuff. I know that I have the correct values because I am able to print the values out to the screen, as long as the sort element is not there. As soon as I add the sort element, nothing is displayed on the scree.

Thanks

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > Sort Problem


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT