Re: if-questioning between two nodes inside an for-each-loop

Subject: Re: if-questioning between two nodes inside an for-each-loop
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 15 Sep 2000 15:46:18 GMT
              <xsl:attribute name="selected">Yes</xsl:attribute>
note that should be
              <xsl:attribute name="selected">selected</xsl:attribute>

SGML minimised attributes always expand in XML to
attname="attname"

in the html output method this will be linearised just as
attname

David


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


Current Thread