This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


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

Re: EntityResolver?


/ "Bradford, Denis" <denisb@rational.com> was heard to say:
| The equivalent part my of html/table.xsl says:
| 
| 145          <xsl:when test="contains($vendor, 'SAXON 5')">
| 146            <!-- the saxon5 extension doesn't support this (yet) -->
| 147            <xsl:copy-of select="$colgroup"/>
| 148          </xsl:when>
| 149          <xsl:when test="contains($vendor, 'Apache Software
| Foundation')">
| 150            <xsl:copy-of select="xtbl:adjustColumnWidths($colgroup)"/>
| 151          </xsl:when>
| 
| So by my count it is executing the right code ($version resolves to 'Apache
| Software Foundation'). 
| 
| Maybe you're looking at the wrong lines? I downloaded the copy of table.xsl
| that you point to, and it has exactly the same version and contents as mine.

Maybe I've tweaked some things. Odd, I didn't think I had. Anyway, I
just discovered today that the Xalan folks tinkered with the
interfaces again.

If you're using Xalan 2.1 or 2.2 (due out any day now), turn off
extensions for the time being.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | Life always comes to a bad
http://www.oasis-open.org/docbook/ | end.--Marcel Aym\'e
Chair, DocBook Technical Committee |


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