docbook-apps

  • 1.  Re: "no generated text" error

    Posted 09-27-2006 20:15
    > * Chris Chiasson <puevf@puvnffba.anzr> [2006-09-27 14:36:36 -0500]:
    >
    > I think you need to use file:///

    XML_CATALOG_FILES="file:///usr/local/src/clisp/current/doc/catalog.xml " xsltproc --timing --stringparam target.database.document "olink-pile.xml" --stringparam current.docid "man" -o clisp.1 man.xsl clisp.xml
    Parsing stylesheet man.xsl took 5 ms
    warning: failed to load external entity "http://docbook.xml-doc.org/snapshots/xsl/manpages/html-synop.xsl"
    compilation error: file http://docbook.xml-doc.org/snapshots/xsl/manpages/docbook.xsl line 12 element import
    xsl:import : unable to load http://docbook.xml-doc.org/snapshots/xsl/manpages/html-synop.xsl


    --
    Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 5 (Bordeaux)
    http://jihadwatch.org http://israelunderattack.slide.com
    http://ffii.org http://iris.org.il http://thereligionofpeace.com
    A PC without Windows is like ice cream without ketchup.




  • 2.  Re: [docbook-apps] Re: "no generated text" error

    Posted 09-27-2006 20:36
    here is my XML_CATALOG_FILES entry on Gentoo Linux in the BASH environment:

    XML_CATALOG_FILES=file:///etc/xml/catalog

    and here is the one from my Windows environment, which also works:

    C:\>echo %XML_CATALOG_FILES%
    file:///C%3A/Program%20Files/docbook-xsl/docbook-xsl-1.71.0/catalog.xml

    I don't know if those quotation marks in yours are messing things up or not.

    On 9/27/06, Sam Steingold <sds@podval.org> wrote:
    > > * Chris Chiasson <puevf@puvnffba.anzr> [2006-09-27 14:36:36 -0500]:
    > >
    > > I think you need to use file:///
    >
    > XML_CATALOG_FILES="file:///usr/local/src/clisp/current/doc/catalog.xml " xsltproc --timing --stringparam target.database.document "olink-pile.xml" --stringparam current.docid "man" -o clisp.1 man.xsl clisp.xml
    > Parsing stylesheet man.xsl took 5 ms
    > warning: failed to load external entity "http://docbook.xml-doc.org/snapshots/xsl/manpages/html-synop.xsl"
    > compilation error: file http://docbook.xml-doc.org/snapshots/xsl/manpages/docbook.xsl line 12 element import
    > xsl:import : unable to load http://docbook.xml-doc.org/snapshots/xsl/manpages/html-synop.xsl
    >
    >
    > --
    > Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 5 (Bordeaux)
    > http://jihadwatch.org http://israelunderattack.slide.com
    > http://ffii.org http://iris.org.il http://thereligionofpeace.com
    > A PC without Windows is like ice cream without ketchup.
    >
    >
    > ---------------------------------------------------------------------
    > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
    > For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
    >
    >


    --
    http://chris.chiasson.name/



  • 3.  Re: [docbook-apps] Re: "no generated text" error

    Posted 09-28-2006 00:11
    Sam Steingold <sds@podval.org>, 2006-09-27 16:14 -0400:

    > XML_CATALOG_FILES="file:///usr/local/src/clisp/current/doc/catalog.xml " xsltproc --timing --stringparam target.database.document "olink-pile.xml" --stringparam current.docid "man" -o clisp.1 man.xsl clisp.xml
    > Parsing stylesheet man.xsl took 5 ms
    > warning: failed to load external entity "http://docbook.xml-doc.org/snapshots/xsl/manpages/html-synop.xsl"
    > compilation error: file http://docbook.xml-doc.org/snapshots/xsl/manpages/docbook.xsl line 12 element import
    > xsl:import : unable to load http://docbook.xml-doc.org/snapshots/xsl/manpages/html-synop.xsl

    The html-synop.xsl file is generated by the build, and I notice
    now that it's missing from the latest snapshot. Check to see if
    it's actually in the directory that
    http://docbook.xml-doc.org/snapshots/xsl/manpages/ resolves to on
    your system.

    Anway, I recently made a change to the locations of some
    stylesheets that are used internally by the build, and I figure
    that change is probably why the html-synop.xsl file isn't getting
    built. As soon as I've managed to unwind it and fix it, I'll let
    you now.

    --Mike

    --
    Michael(tm) Smith
    xmpp:smith@sideshowbarker.net
    irc://irc.freenode.net/mobile-web



  • 4.  Re: [docbook-apps] Re: "no generated text" error

    Posted 09-28-2006 00:45
    Sam Steingold <sds@podval.org>, 2006-09-27 16:14 -0400:

    > XML_CATALOG_FILES="file:///usr/local/src/clisp/current/doc/catalog.xml " xsltproc --timing --stringparam target.database.document "olink-pile.xml" --stringparam current.docid "man" -o clisp.1 man.xsl clisp.xml
    > Parsing stylesheet man.xsl took 5 ms
    > warning: failed to load external entity "http://docbook.xml-doc.org/snapshots/xsl/manpages/html-synop.xsl"
    > compilation error: file http://docbook.xml-doc.org/snapshots/xsl/manpages/docbook.xsl line 12 element import
    > xsl:import : unable to load http://docbook.xml-doc.org/snapshots/xsl/manpages/html-synop.xsl

    Sorry. Boneheaded error -- I had made a change to a makefile in my
    working directory but neglected to check it in. I've checked it
    in now and the snapshot rebuild is done. Please test with the
    latest and let me know if you're still running into problems.

    --Mike