docbook-apps

  • 1.  Re: [docbook-apps] Colored listings

    Posted 04-13-2010 11:53
    It's not true that

    <citation>
    PDF output by default will display shade or gray
    </citation>

    I think that you are using saxon9 but you must use saxon65. (Saxon9 is a xslt 2 proc).

    See http://xmlguru.cz/2006/07/docbook-syntax-highlighting

    Regards,

    --
    Christophe HARO
    Christophe.HARO@free.fr
    ----------------------------

    ----- "Mathieu Malaterre" <mathieu.malaterre@gmail.com> a écrit :

    > 2010/4/13 ????????? ???????? <amart@mail.ru>:
    > > But listings are still black and white. I'm looking in generated
    > .fo
    > > and found that there is no differences with xsltproc generated .fo.
    >
    > Try HTML output. You'll see that Syntax Highlithing is working. PDF
    > output by default will display shade or gray (AFAIK). You need even
    > more toying to get actual 'color'.
    >
    > HTH
    > --
    > Mathieu
    >
    > ---------------------------------------------------------------------
    > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
    > For additional commands, e-mail:
    > docbook-apps-help@lists.oasis-open.org



  • 2.  Re: [docbook-apps] Colored listings

    Posted 04-13-2010 12:21
    Hello Christophe,


    Yes, Your are right, I using Saxon 9.2 and have got warning from saxon
    about xslt v1.0, but I didn't think that is very important. I wil try
    your recommended version of saxon.


    Tuesday, April 13, 2010, 3:52:58 PM, you wrote:

    CH> It's not true that

    CH> <citation>
    CH> PDF output by default will display shade or gray
    CH> </citation>

    CH> I think that you are using saxon9 but you must use saxon65. (Saxon9 is a xslt 2 proc).

    CH> See http://xmlguru.cz/2006/07/docbook-syntax-highlighting

    CH> Regards,