In the example from my book, you can edit the @text attribute to say whatever you want, for example:

text="Table: %t"

where %t is the tables' title.  The original attribute included %n, which is the table number.

Bob Stayton
Sagehill Enterprises
b...@sagehill.net

On 9/25/2018 2:10 AM, Bernhard Kleine wrote:

BTW is there a way, to have the "Table" returned and only the number eliminated?

Regards

Bernhard


Am 25.09.2018 um 11:01 schrieb Bernhard Kleine:
Thank you Bob and Radu for the videotip. After some trouble (the file is
no longer at the same place in sourceforge, but I choose the one from
the subdir /fo) I could get the example running and the also one which
eliminates the table numbers.

Thank for your patience

Best regards

Bernhard


Am 25.09.2018 um 07:17 schrieb Oxygen XML Editor Support (Radu Coravu):
Hi Bernhard,

I found an older video demonstration about how to create and use a
Docbook XSLT customization layer from Oxygen:

https://www.oxygenxml.com/demo/DocBook_Customization.html

Basically you need to duplicate the "Docbook to PDF" transformation
scenario and set the "XSLT URL" parameter to point to your XSLT
customization.

Regards,
Radu

Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com

On 9/24/2018 7:46 PM, Bernhard Kleine wrote:
Dear Bob Stayton,

I am using Oxygen and I have to discover how to link an xslt to my file
that I can modify accordingly. I cannot see how make those bits
available to my problem. Therefore, I need more that a citation, BTW I
have the book already. But your book and Oxygen are two not compatible
things at the moment.

Unfortunately!

Regards Bernhard


Am 24.09.2018 um 17:30 schrieb Bob Stayton:
This is covered in my online book.  See:

http://www.sagehill.net/docbookxsl/PrintTableStyles.html#TablesUnnumbered


Bob Stayton
Sagehill Enterprises
b...@sagehill.net
On 9/24/2018 6:36 AM, Bernhard Kleine wrote:
Sorry for missing the file.


Am 24.09.2018 um 15:34 schrieb Bernhard Kleine:
Hi,

I have the following file which compiles well. However I want to
get rid
of the Tabelle enumeration and donot know how? Please could you help
with that?

Regards

Bernhard Kleine



_______________________________________________
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://docbook.org/xml/5.1/rng/docbookxi.rng";
schematypens="http://relaxng.org/ns/structure/1.0";?>
<?xml-model href="http://docbook.org/xml/5.1/sch/docbook.sch";
type="application/xml"
schematypens="http://purl.oclc.org/dsdl/schematron";?>
<?xml-stylesheet type="text/xsl"
href="../xslt/fo/Falterbuechlein.xsl"?>
<?xml-stylesheet type="text/css" href="../xslt/fo/fo.css"?>
<book xmlns="http://docbook.org/ns/docbook";
     xml:lang="de"
     xmlns:xi="http://www.w3.org/2001/XInclude";
     xmlns:xlink="http://www.w3.org/1999/xlink";  version="5.1">
     <info>
         <title>Falter in Lenzkirch</title>
         <subtitle>Beobachtungen im Urseetal und in Kappel</subtitle>
         <author>
             <personname>
                 <firstname>Bernhard</firstname>
                 <surname>Kleine</surname>
             </personname>
         </author>
     </info>
     <chapter>
         <title>Tagfalter</title>

         <sect1 xml:id="Hesperiidae">
             <title>Hesperiidae<indexterm type="science">
                 <primary>Hesperiidae</primary>
             </indexterm> - Dickkopffalter<indexterm>
                 <primary>Dickkopffalter</primary>
             </indexterm></title>
             <table frame="none">
                 <title>Hesperiidae</title>
                 <tgroup cols="4" align="center">
                     <colspec colname="c1" colnum="1" colwidth="5.2cm"
colsep="0" rowsep="0"/>
                     <colspec colname="newCol2" colnum="2"
colwidth="2cm"/>
                     <colspec colname="c3" colnum="3" colwidth="5.2cm"
colsep="0" rowsep="0"/>
                     <colspec colname="newCol4" colnum="4"
colwidth="2cm"/>
                     <tbody>
                         <row rowsep="0">
                             <entry align="center" valign="middle"
colsep="0" rowsep="0" namest="c1"
                                 nameend="newCol2">Kleiner
Würfeldickkopffalter<indexterm>
                                     <primary>Kleiner
Würfeldickkopffalter</primary>
                                 </indexterm></entry>
                             <entry align="center" valign="middle"
colsep="0" rowsep="0" namest="c3"
                                 nameend="newCol4"><indexterm>
                                     <primary>Schwarzkolbiger
Braundickkopffalter</primary>
                                 </indexterm>Schwarzkolbiger
Braundickkopffalter</entry>
                         </row>
                         <row rowsep="0">
                             <entry align="center" valign="middle"
colsep="0" rowsep="0"><emphasis
                                 role="bold">Pyrgus
malvae</emphasis><indexterm type="science">
                                     <primary>Pyrgus malvae</primary>
                                 </indexterm></entry>
                             <entry align="center" valign="middle"
colsep="0" rowsep="0"><emphasis
                                 role="bold">RL: V</emphasis></entry>
                             <entry align="center" valign="middle"
colsep="0" rowsep="0"><emphasis
                                 role="bold"><indexterm>
                                     <primary>Thymelicus
lineola</primary>
                                 </indexterm>Thymelicus
lineola</emphasis></entry>
                             <entry align="center" valign="middle"
colsep="0" rowsep="0">RL:
                                 *</entry>
                         </row>
                         <row rowsep="0">
                             <entry align="center" valign="middle"
colsep="0" rowsep="0" namest="c1"
                                 nameend="newCol2">Flugzeit: Mitte
April Mitte Juli</entry>
                             <entry align="center" valign="middle"
colsep="0" rowsep="0" namest="c3"
                                 nameend="newCol4">Flugzeit: Mitte
Juni - August</entry>
                         </row>
                      </tbody>
                 </tgroup>
             </table>
         </sect1>
     </chapter>

</book>

--
spitzhalde9
D-79853 lenzkirch
bernhard.kle...@gmx.net
www.b-kleine.com,www.urseetal.net
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09


_______________________________________________
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user
_______________________________________________
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user
--
spitzhalde9
D-79853 lenzkirch
bernhard.kle...@gmx.net
www.b-kleine.com,www.urseetal.net
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09



_______________________________________________
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user

_______________________________________________
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user


_______________________________________________
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user

--
spitzhalde9
D-79853 lenzkirch
bernhard.kle...@gmx.net
www.b-kleine.com,www.urseetal.net
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09

_______________________________________________
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user

Reply via email to