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: if-questioning between two nodes inside an for-each-loop



              <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

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