[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] using db2epub.py with 1.76x?
Hi, there, Giuseppe, Thanks for your help. Apparently xsltproc does not work on my 64 bit Windows system. Whenever I try, the command line window just crashes. I was unable to determine whether libxml/libxslt are just incompatible with 64 bit or whether there was a conflict with another library. But your idea about using a local path on the customization layer was a good one (and relatively easy to do with db2epub.py). I just had to figure out how many ../.../ 's to use. I'm all set to go now. rj On Sun, Sep 26, 2010 at 2:31 AM, Giuseppe Bonelli <peppo.bonelli@gmail.com> wrote: > Hi Robert, > dbtoepub uses xsltproc (http://www.zlatkovic.com/libxml.en.html) to > perform the transformation, not the java processors used by Oxygen. > You need to install xsltproc and have it in your path. Use dbtoebub -s > to specify your customized docbook.xsl. > > I still use 1.75.2, but the python script should work equally well > with 1.76.x as it is just a wrapper to perform the transformation and > manage the I/O. > > __peppo > > On Sun, Sep 26, 2010 at 1:24 AM, Robert Nagle <idiotprogrammer@gmail.com> wrote: >> It just occurred to me that I will (hopefully soon) be trying to use >> the 1.76.x versions of the epub stylesheet. >> >> I'm assuming that the ruby script will run whatever the latest xsl >> will be. Can I assume that the python script will NOT work with 1.76.x >> until it has been updated too? >> >> >> (Currently my project files and the customization layer are in My >> Docs, while all the stylesheets are in the Oxygen frameworks >> directory. I'm assuming that the python script is relying on internal >> libraries and not the Oxygen framework files to figure out which >> epub.xsl to use). >> >> Keith, do you know anything? >> >> rj >> >> >> -- >> Robert Nagle >> 12777 Ashford Point Dr #1417 >> Houston, Texas 77082 >> 713 893 3424 >> htpt://www.robertnagle.info >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org >> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org >> >> > -- Robert Nagle 12777 Ashford Point Dr #1417 Houston, Texas 77082 713 893 3424 htpt://www.robertnagle.info
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]