xsl-list
[Top] [All Lists]

accessing individual nodes while iterating

2002-12-12 14:36:22
Hi,
I'm having troubles translating XML into HTML. I can iterate through the WPT
nodes, but I get all of the child nodes too. Since I don't want all of the
nodes in my output I'd like to format like this:
<a href="http://www.geocaching.com/seek/cache_details.aspx?ID=38989";>Hunt
for the Hideout by Nick & Nora</a> - GC984D

Here is a sample of the XML file:

<wpt lat="32.725083333" lon="-97.014716667">
 <name><![CDATA[GC984D]]></name>
 <desc><![CDATA[Hunt for the Hideout by Nick & Nora]]></desc>
 
<url><![CDATA[http://www.geocaching.com/seek/cache_details.aspx?ID=38989]]><
/url>
 <urlname><![CDATA[Cache Details]]></urlname>
 <sym>Waypoint</sym>
 <type><![CDATA[geocache]]></type>
</wpt>

How can you access just the nodes that you want while iterating?
Also, how would I work an xsl:sort into the iteration?

Thanks!
William Nienke




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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