[Home] [By Thread] [By Date] [Recent Entries]
"Khorasani, Houman" wrote:
> My problem here is the for-each statement
> <xsl:for-each select="root/TEXT">
> Because root has a namespace:
> <root xmlns="http://www.foo.com">
> So I have to make my for-each element to understand that the "root"
> with the following namespace
You have to use the namespace prefixes bound in that context. For
example:
<xsl:for-each select="f:root/TEXT"
xmlns:f="http://www.foo.com">
Regards,
--drkm
___________________________________________________________________________
Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos services prifiris : virifiez vos nouveaux mails, lancez vos recherches et suivez l'actualiti en temps riel.
Rendez-vous sur http://fr.yahoo.com/set
|

Cart



