Subject: RE: Node selection based on parent attribute
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 30 Aug 2002 23:00:37 +0100
|
> Still trying to get a better understanding of xslt. Using
> the code you
> specified below brings up a parser error:
> Attribute 'select' is invalid on 'xsl:if'.
>
> Any clues as to the cause of this?
Yes, the cause is that xsl:if doesn't have a select attribute (it has a
"test" attribute).
I'm curious: why did you find it difficult to understand this error
message?
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|