[xsl] Re: RE: what is wrong here?

Subject: [xsl] Re: RE: what is wrong here?
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 26 Jul 2001 04:33:23 -0700 (PDT)
Bas Alberts wrote:

> It would really be a good idea to read the FAQ and a tutorial or two, before
> posting these questions. Trust me.
> 
> However, you try to access a list of data as a single object.
> Try either:
> 	<xsl:for-each select="/FitnessCenter/Member">
> 		<xsl:value-of ...........>
> 	</xsl:for-each>
> or
> 	<xsl:value-of select="/FitnessCenter/Member [ condition-here ]">
> 
> But, like I said, please read the FAQ.


C'mmon guys,

Don't you see that the capitalization of the namespace-uri for the xslt namespace is
wrong?

Dimitre.


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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


Current Thread