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: Error 80004005 eof - Microsoft XML Parser (September Drop)


Use <xsl:when test="ancestor::sidebar[1]">
instead of 
<xsl:when test=".[ancestor::sidebar[1]]">

Cheers,
Dimitre Novatchev

"Ben Skelton" <Ben_Skelton@habaneros.com> wrote:
..................................
<xsl:template match="title">
  <xsl:choose>
<xsl:when test=".[ancestor::sidebar[1]]">
    <xsl:choose>
  <xsl:when test=".[ancestor::sect4
[1]]">
  <h4><xsl:apply-templates /></h4>
  </xsl:when>


On the September build gives the following
error...


msxml3.dll error '80004005'

Expected token 'eof' found '['. //-->[<-- ancestor::sidebar[1]]



__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/


 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]