View Single Post
Old 07-08-2010, 01:46 PM   #5 (permalink)
webosb
The Contributor
 
webosb's Avatar
 
Join Date: Nov 2007
Posts: 41
Thanks: 24
webosb is on a distinguished road
Default

wow, i never knew XSLT can do this kind of stuff. thanks for showing me an example to learn from. i'll do some more reading on this.

Can you tell me how I would work with namespaces on xsl:for-each?

say if my xml format was like so:

<r25:events ...>
<r25:event>
bunch of stuff here
</r25:event>
</r25:events>

Would it be like:
<xsl:for-each select="/r25:events/r25:event">

??
__________________
"Things you can get access to, you should never memorize." -Albert Einstein
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin

Last edited by webosb : 07-08-2010 at 02:36 PM.
webosb is offline  
Reply With Quote