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]
Other format: [Raw text]

RE: RE: Colwidth attribute of colspec not processed ?


I installed JDK 1.4.0 and Saxon 6.5.1, enabled use.extensions and
tablecolumns.extension and:

<colspec colnum="1" colwidth="1.00*"/><colspec colnum="2" colwidth="3.00*"/>

is processed to:

<colgroup><col width="25%"><col width="75%"></colgroup>

Great! It works! Thank you very much everyone!

Simon.

-----Oorspronkelijk bericht-----
Van: Jeff Beal [mailto:jeff.beal@ansys.com]
Verzonden: donderdag 21 maart 2002 14:40
Aan: 'Kraa de Simon'
CC: 'docbook-apps@lists.oasis-open.org'
Onderwerp: RE: DOCBOOK-APPS: RE: Colwidth attribute of colspec not
processed ?


I would try pulling away from instant saxon.  And maybe try an older version
of saxon.  (I'm using 6.4.4 with Java 1.4.0 on Win2K with no problems, and
have been for several months.)

In order to run non-instant saxon, download from the Saxon website and unzip
onto your hard drive, and then run it as follows:

java -cp C:\saxon\saxon.jar com.icl.saxon.StyleSheet [standard saxon
parameters]

HTH,

Jeff Beal
Ansys, Inc.
(724)514-3150
jeff.beal@ansys.com


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