View Single Post
  #5 (permalink)  
Old June 22nd, 2009, 11:12 AM
sdagger sdagger is offline
Authorized User
Points: 49, Level: 1
Points: 49, Level: 1 Points: 49, Level: 1 Points: 49, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Sep 2008
Location: , , .
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Would it be possible to make a dummy input xml just so I can understand?

for example:
<code>

<sitemap>
<navlink>
<linkname>some link one</linkname>
<linkpath>http//www.linkone.com</linkpath>
</navlink>
<navlink>
<linkname>some link two</linkname>
<linkpath>http//www.linktwo.com</linkpath>
</navlink>
<navlink>
<linkname>some link three</linkname>
<linkpath>http//www.linkthree.com</linkpath>
</navlink>
</sitemap>

</code>

Then I would use the <xsl: template match="sitemap"> and use the for-each select to do the code?

Or have I totally lost it?
Reply With Quote