MSIE question

Subject: MSIE question
From: Lars Marius Garshol <larsga@xxxxxxxxxxxxxxx>
Date: 03 Feb 2000 19:20:56 +0100
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


Current Thread