[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Special characters and Transformation


Subject: RE: [xsl] Special characters and Transformation
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Fri, 5 May 2006 13:05:26 +0200 (CEST)

"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


Current Thread