This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Another newbie question



I think Mike has pointed to your problem here.
The namespace declaration is the one for XSLT.
The syntax you show looks a lot like IE5 (which did not require the
"select" on value-of).
Whatever you are trying to do, you can't do both of these.
So:
If you are using IE5, use the namespace declaration that it says to use.
If you are using real XSLT, fix the value-of statements.

Rick Suiter

To the original problem, Mike Kay replied:
><xsl:value-of> in XSLT has a mandatory select attribute, and
<xsl:template>
>must have either a name or a match attribute, or both. Judging from the
>namespace declaration, the poster was using XSLT.




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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]