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]

MSIE question



I'm trying to help someone write an MSIE 5.0 XSLT stylesheet, wherein
this appears:

  <xsl:template match="EKSTERNREF">
    [...]
    <xsl:choose>
    <xsl:when test="@TYPE='WORD'">
      [...]
    </xsl:when>
    </xsl:choose>
    [...]
  </xsl:template>


When we try this, MSIE gives us an error message 'Unspecified error'
on an element of the 'XREF' element type, which has a 'TYPE'
attribute.  Does anyone know what the correct syntax for this is in
MSIE?

Thanks,
--Lars M.


 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]