>> How might I debug this? I am using asciidoc 8.6.3.
> $ man xsltproc
> 1. Look under DIAGNOSTICS section: exit code 5 = Error in the stylesheet
> 2. Cut an paste the failing xsltproc command and include the xsltproc > --verbose option to get an idea of where the stylesheets are failing.
> Cheers, Stuart
>> Thank you, >> Brian Troutwine
> -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To post to this group, send email to asciidoc@googlegroups.com. > To unsubscribe from this group, send email to > asciidoc+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/asciidoc?hl=en.
Presumably this is related to the recent trouble's SourceForge has been having. I _do_ have the docbook 1.76.1, which /etc/asciidoc/docbook-xsl/epub.xsl assures me will be preferred. I do not have any epub/docbook.xsl bundled with my local docbook, however.
>>> How might I debug this? I am using asciidoc 8.6.3.
>> $ man xsltproc
>> 1. Look under DIAGNOSTICS section: exit code 5 = Error in the stylesheet
>> 2. Cut an paste the failing xsltproc command and include the xsltproc >> --verbose option to get an idea of where the stylesheets are failing.
>> Cheers, Stuart
>>> Thank you, >>> Brian Troutwine
>> -- >> You received this message because you are subscribed to the Google Groups >> "asciidoc" group. >> To post to this group, send email to asciidoc@googlegroups.com. >> To unsubscribe from this group, send email to >> asciidoc+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/asciidoc?hl=en.
> Presumably this is related to the recent trouble's SourceForge has > been having. I _do_ have the docbook 1.76.1, which > /etc/asciidoc/docbook-xsl/epub.xsl assures me will be preferred. I do > not have any epub/docbook.xsl bundled with my local docbook, however.
The URL is fine. I've just successfully built the adventures-of-sherlock-holmes.epub on stock Xubuntu 10.04 with AsciiDoc 8.6.3 so the problem has to be something to do with your stylesheets or stylesheets catalog configuration. Can you generate PDF? i.e.
a2x -v -fpdf adventures-of-sherlock-holmes.txt
Or is it just EPUB that's the problem?
BTW, the a2x -fepub -dbook options are redundant, all the correct options are included in the adventures-of-sherlock-holmes.txt source file header so this is all that's required to generate EPUB is:
>>>> How might I debug this? I am using asciidoc 8.6.3.
>>> $ man xsltproc
>>> 1. Look under DIAGNOSTICS section: exit code 5 = Error in the stylesheet
>>> 2. Cut an paste the failing xsltproc command and include the xsltproc >>> --verbose option to get an idea of where the stylesheets are failing.
>>> Cheers, Stuart
>>>> Thank you, >>>> Brian Troutwine
>>> -- >>> You received this message because you are subscribed to the Google Groups >>> "asciidoc" group. >>> To post to this group, send email to asciidoc@googlegroups.com. >>> To unsubscribe from this group, send email to >>> asciidoc+unsubscribe@googlegroups.com. >>> For more options, visit this group at >>> http://groups.google.com/group/asciidoc?hl=en.
>> Presumably this is related to the recent trouble's SourceForge has >> been having. I _do_ have the docbook 1.76.1, which >> /etc/asciidoc/docbook-xsl/epub.xsl assures me will be preferred. I do >> not have any epub/docbook.xsl bundled with my local docbook, however.
> The URL is fine. I've just successfully built the > adventures-of-sherlock-holmes.epub on stock Xubuntu 10.04 with AsciiDoc > 8.6.3 so the problem has to be something to do with your stylesheets or > stylesheets catalog configuration. Can you generate PDF? i.e.
> a2x -v -fpdf adventures-of-sherlock-holmes.txt
I can, quite successfully. I'm using an up-to-date Arch Linux; my AsciiDoc and Docbook versions were mentioned previously.
> BTW, the a2x -fepub -dbook options are redundant, all the correct options > are included in the adventures-of-sherlock-holmes.txt source file header so > this is all that's required to generate EPUB is:
>> On Mon, Jan 31, 2011 at 4:34 PM, Brian Troutwine<br...@troutwine.us> >> wrote:
>>> Thank you.
>>> On Mon, Jan 31, 2011 at 4:00 PM, Stuart Rackham<srack...@gmail.com> >>> wrote:
>>>> On 31/01/11 13:54, Brian L. Troutwine wrote:
>>>>> I am new to asciidoc and am unable to build epub files from the >>>>> document sources available on the website. For this discussion I am >>>>> using the Sherlock Holmes text from here:
>>>>> How might I debug this? I am using asciidoc 8.6.3.
>>>> $ man xsltproc
>>>> 1. Look under DIAGNOSTICS section: exit code 5 = Error in the stylesheet
>>>> 2. Cut an paste the failing xsltproc command and include the xsltproc >>>> --verbose option to get an idea of where the stylesheets are failing.
>>>> Cheers, Stuart
>>>>> Thank you, >>>>> Brian Troutwine
>>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups >>>> "asciidoc" group. >>>> To post to this group, send email to asciidoc@googlegroups.com. >>>> To unsubscribe from this group, send email to >>>> asciidoc+unsubscribe@googlegroups.com. >>>> For more options, visit this group at >>>> http://groups.google.com/group/asciidoc?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To post to this group, send email to asciidoc@googlegroups.com. > To unsubscribe from this group, send email to > asciidoc+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/asciidoc?hl=en.
On Mon, Jan 31, 2011 at 6:10 PM, Brian Troutwine <br...@troutwine.us> wrote: > On Mon, Jan 31, 2011 at 5:59 PM, Stuart Rackham <srack...@gmail.com> wrote:
>> On 01/02/11 11:13, Brian Troutwine wrote:
>>> Following Stuart's advise, the error I am presented with is:
>>> Presumably this is related to the recent trouble's SourceForge has >>> been having. I _do_ have the docbook 1.76.1, which >>> /etc/asciidoc/docbook-xsl/epub.xsl assures me will be preferred. I do >>> not have any epub/docbook.xsl bundled with my local docbook, however.
>> The URL is fine. I've just successfully built the >> adventures-of-sherlock-holmes.epub on stock Xubuntu 10.04 with AsciiDoc >> 8.6.3 so the problem has to be something to do with your stylesheets or >> stylesheets catalog configuration. Can you generate PDF? i.e.
I can generate a PDF. So, what can I do to get asciidoc working? How do I check the correctness of my stylesheets catalog, for instance?
>> BTW, the a2x -fepub -dbook options are redundant, all the correct options >> are included in the adventures-of-sherlock-holmes.txt source file header so >> this is all that's required to generate EPUB is:
>> a2x adventures-of-sherlock-holmes.txt
> Ah, thanks.
>> Cheers, Stuart
>>> Is 1.76.1 too old?
>> No, I use 1.75.2 on Xubuntu 10.04.
>>> On Mon, Jan 31, 2011 at 4:34 PM, Brian Troutwine<br...@troutwine.us> >>> wrote:
>>>> Thank you.
>>>> On Mon, Jan 31, 2011 at 4:00 PM, Stuart Rackham<srack...@gmail.com> >>>> wrote:
>>>>> On 31/01/11 13:54, Brian L. Troutwine wrote:
>>>>>> I am new to asciidoc and am unable to build epub files from the >>>>>> document sources available on the website. For this discussion I am >>>>>> using the Sherlock Holmes text from here:
>>>>>> How might I debug this? I am using asciidoc 8.6.3.
>>>>> $ man xsltproc
>>>>> 1. Look under DIAGNOSTICS section: exit code 5 = Error in the stylesheet
>>>>> 2. Cut an paste the failing xsltproc command and include the xsltproc >>>>> --verbose option to get an idea of where the stylesheets are failing.
>>>>> Cheers, Stuart
>>>>>> Thank you, >>>>>> Brian Troutwine
>>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups >>>>> "asciidoc" group. >>>>> To post to this group, send email to asciidoc@googlegroups.com. >>>>> To unsubscribe from this group, send email to >>>>> asciidoc+unsubscribe@googlegroups.com. >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/asciidoc?hl=en.
>> -- >> You received this message because you are subscribed to the Google Groups >> "asciidoc" group. >> To post to this group, send email to asciidoc@googlegroups.com. >> To unsubscribe from this group, send email to >> asciidoc+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/asciidoc?hl=en.
creating dictionary for stylesheet reusing dictionary from /etc/asciidoc/docbook-xsl/epub.xsl for stylesheet xsltParseStylesheetProcess : found stylesheet xsltPrecomputeStylesheet: removing ignorable blank node Reusing dictionary for document warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl" compilation error: file /etc/asciidoc/docbook-xsl/epub.xsl line 13 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl Reusing dictionary for document creating dictionary for stylesheet reusing dictionary from /etc/asciidoc/docbook-xsl/common.xsl for stylesheet xsltParseStylesheetProcess : found stylesheet xsltPrecomputeStylesheet: removing ignorable blank node <snip>
> -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To post to this group, send email to asciidoc@googlegroups.com. > To unsubscribe from this group, send email to > asciidoc+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/asciidoc?hl=en.
> creating dictionary for stylesheet > reusing dictionary from /etc/asciidoc/docbook-xsl/epub.xsl for stylesheet > xsltParseStylesheetProcess : found stylesheet > xsltPrecomputeStylesheet: removing ignorable blank node > Reusing dictionary for document > warning: failed to load external entity > "http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl" > compilation error: file /etc/asciidoc/docbook-xsl/epub.xsl line 13 > element import > xsl:import : unable to load > http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl > Reusing dictionary for document > creating dictionary for stylesheet > reusing dictionary from /etc/asciidoc/docbook-xsl/common.xsl for stylesheet > xsltParseStylesheetProcess : found stylesheet > xsltPrecomputeStylesheet: removing ignorable blank node > <snip>
This is what I get (the two outputs diverge a the blank line that I inserted):
8<---------------- creating dictionary for stylesheet reusing dictionary from /home/srackham/projects/asciidoc/trunk/docbook-xsl/epub.xsl for stylesheet xsltParseStylesheetProcess : found stylesheet xsltPrecomputeStylesheet: removing ignorable blank node Reusing dictionary for document
creating dictionary for stylesheet reusing dictionary from file:///usr/share/xml/docbook/stylesheet/docbook-xsl/epub/docbook.xsl for stylesheet xsltParseStylesheetProcess : found stylesheet 8<----------------
On my Xubuntu 10.04 system: The http://docbook.sourceforge.net/release/xsl/ entry in the global XML catalog /etc/xml/catalog points to the global DocBook XSL catalog /etc/xml/docbook-xsl.xml which points to /usr/share/xml/docbook/stylesheet/docbook-xsl/catalog.xml which rewrites http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl to ./epub/docbook.xsl (i.e. /usr/share/xml/docbook/stylesheet/docbook-xsl/epub/docbook.xsl).
Now this is just the way it works on my Xubuntu 10.04 system, though yours should be quite close. You may want to check that your DocBook XSL install also updated the global catalogs correctly because installing stylesheets locally also requires the global catalog is updated accordingly (normally handled automatically by package installer scripts). I'm almost out of my depth here so I can't be much more help I'm afraid.
> That does not tell me more than the above errors, I'm afraid. xsltproc > is attempting to load > http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl > but cannot. What does that mean? I can correctly access the stylesheet > from the same computer otherwise:
>> -- >> You received this message because you are subscribed to the Google Groups >> "asciidoc" group. >> To post to this group, send email to asciidoc@googlegroups.com. >> To unsubscribe from this group, send email to >> asciidoc+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/asciidoc?hl=en.
> creating dictionary for stylesheet > reusing dictionary from /etc/asciidoc/docbook-xsl/epub.xsl for stylesheet > xsltParseStylesheetProcess : found stylesheet > xsltPrecomputeStylesheet: removing ignorable blank node > Reusing dictionary for document > warning: failed to load external entity > "http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl" > compilation error: file /etc/asciidoc/docbook-xsl/epub.xsl line 13 > element import > xsl:import : unable to load > http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl > Reusing dictionary for document > creating dictionary for stylesheet > reusing dictionary from /etc/asciidoc/docbook-xsl/common.xsl for stylesheet > xsltParseStylesheetProcess : found stylesheet > xsltPrecomputeStylesheet: removing ignorable blank node > <snip>
> That does not tell me more than the above errors, I'm afraid. xsltproc > is attempting to load > http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl > but cannot. What does that mean? I can correctly access the stylesheet > from the same computer otherwise:
>> -- >> You received this message because you are subscribed to the Google Groups >> "asciidoc" group. >> To post to this group, send email to asciidoc@googlegroups.com. >> To unsubscribe from this group, send email to >> asciidoc+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/asciidoc?hl=en.
On Thu, Feb 3, 2011 at 8:10 PM, Stuart Rackham <srack...@gmail.com> wrote: > One more thing, you may also like to try DocBook XSL Stylesheets 1.75.2 (the > version I'm using).
It looks rather like Arch Linux's docbook xsl bundle is broken: epub simply isn't included with the other, global stylesheets.
>> creating dictionary for stylesheet >> reusing dictionary from /etc/asciidoc/docbook-xsl/epub.xsl for stylesheet >> xsltParseStylesheetProcess : found stylesheet >> xsltPrecomputeStylesheet: removing ignorable blank node >> Reusing dictionary for document >> warning: failed to load external entity >> "http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl" >> compilation error: file /etc/asciidoc/docbook-xsl/epub.xsl line 13 >> element import >> xsl:import : unable to load >> http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl >> Reusing dictionary for document >> creating dictionary for stylesheet >> reusing dictionary from /etc/asciidoc/docbook-xsl/common.xsl for >> stylesheet >> xsltParseStylesheetProcess : found stylesheet >> xsltPrecomputeStylesheet: removing ignorable blank node >> <snip>
>> That does not tell me more than the above errors, I'm afraid. xsltproc >> is attempting to load >> http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl >> but cannot. What does that mean? I can correctly access the stylesheet >> from the same computer otherwise:
>> $ curl http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl >> | wc -l >> % Total % Received % Xferd Average Speed Time Time Time >> Current >> Dload Upload Total Spent Left >> Speed >> 100 74068 100 74068 0 0 139k 0 --:--:-- --:--:-- --:--:-- >> 193k >> 1690
>>> Cheers, Stuart
>>> -- >>> You received this message because you are subscribed to the Google Groups >>> "asciidoc" group. >>> To post to this group, send email to asciidoc@googlegroups.com. >>> To unsubscribe from this group, send email to >>> asciidoc+unsubscribe@googlegroups.com. >>> For more options, visit this group at >>> http://groups.google.com/group/asciidoc?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To post to this group, send email to asciidoc@googlegroups.com. > To unsubscribe from this group, send email to > asciidoc+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/asciidoc?hl=en.
On Feb 3, 11:33 pm, Brian Troutwine <br...@troutwine.us> wrote:
> On Thu, Feb 3, 2011 at 8:10 PM, Stuart Rackham <srack...@gmail.com> wrote:
> > One more thing, you may also like to try DocBook XSL Stylesheets 1.75.2 (the
> > version I'm using).
> It looks rather like Arch Linux's docbook xsl bundle is broken: epub
> simply isn't included with the other, global stylesheets.
> >> creating dictionary for stylesheet
> >> reusing dictionary from /etc/asciidoc/docbook-xsl/epub.xsl for stylesheet
> >> xsltParseStylesheetProcess : found stylesheet
> >> xsltPrecomputeStylesheet: removing ignorable blank node
> >> Reusing dictionary for document
> >> warning: failed to load external entity
> >> "http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl"
> >> compilation error: file /etc/asciidoc/docbook-xsl/epub.xsl line 13
> >> element import
> >> xsl:import : unable to load
> >>http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl > >> Reusing dictionary for document
> >> creating dictionary for stylesheet
> >> reusing dictionary from /etc/asciidoc/docbook-xsl/common.xsl for
> >> stylesheet
> >> xsltParseStylesheetProcess : found stylesheet
> >> xsltPrecomputeStylesheet: removing ignorable blank node
> >> <snip>
> >> That does not tell me more than the above errors, I'm afraid. xsltproc
> >> is attempting to load
> >>http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl > >> but cannot. What does that mean? I can correctly access the stylesheet
> >> from the same computer otherwise:
> >> $ curlhttp://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl > >> | wc -l
> >> % Total % Received % Xferd Average Speed Time Time Time
> >> Current
> >> Dload Upload Total Spent Left
> >> Speed
> >> 100 74068 100 74068 0 0 139k 0 --:--:-- --:--:-- --:--:--
> >> 193k
> >> 1690
> >>> Cheers, Stuart
> >>> --
> >>> You received this message because you are subscribed to the Google Groups
> >>> "asciidoc" group.
> >>> To post to this group, send email to asciidoc@googlegroups.com.
> >>> To unsubscribe from this group, send email to
> >>> asciidoc+unsubscribe@googlegroups.com.
> >>> For more options, visit this group at
> >>>http://groups.google.com/group/asciidoc?hl=en.
> > --
> > You received this message because you are subscribed to the Google Groups
> > "asciidoc" group.
> > To post to this group, send email to asciidoc@googlegroups.com.
> > To unsubscribe from this group, send email to
> > asciidoc+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/asciidoc?hl=en.
You probably figured this out already but you can just download the
epub/docbook.xsl from the latest docbook-xsl release and copy it over
manually. Look in /etc/xml/config to determine where it should go.
Details are described here:
> On Feb 3, 11:33 pm, Brian Troutwine <br...@troutwine.us> wrote:
> > On Thu, Feb 3, 2011 at 8:10 PM, Stuart Rackham <srack...@gmail.com> wrote:
> > > One more thing, you may also like to try DocBook XSL Stylesheets 1.75.2 (the
> > > version I'm using).
> > It looks rather like Arch Linux's docbook xsl bundle is broken: epub
> > simply isn't included with the other, global stylesheets.
> > >> On Thu, Feb 3, 2011 at 5:05 PM, Stuart Rackham<srack...@gmail.com> wrote:
> > >>> On 04/02/11 09:38, Brian Troutwine wrote:
> > >>>> I can generate a PDF. So, what can I do to get asciidoc working? How
> > >>>> do I check the correctness of my stylesheets catalog, for instance?
> > >>> Run the xsltproc command from the command-line with the --verbose option,
> > >>> this should give you more information about the problem:
> > >> creating dictionary for stylesheet
> > >> reusing dictionary from /etc/asciidoc/docbook-xsl/epub.xsl for stylesheet
> > >> xsltParseStylesheetProcess : found stylesheet
> > >> xsltPrecomputeStylesheet: removing ignorable blank node
> > >> Reusing dictionary for document
> > >> warning: failed to load external entity
> > >> "http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl"
> > >> compilation error: file /etc/asciidoc/docbook-xsl/epub.xsl line 13
> > >> element import
> > >> xsl:import : unable to load
> > >>http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl > > >> Reusing dictionary for document
> > >> creating dictionary for stylesheet
> > >> reusing dictionary from /etc/asciidoc/docbook-xsl/common.xsl for
> > >> stylesheet
> > >> xsltParseStylesheetProcess : found stylesheet
> > >> xsltPrecomputeStylesheet: removing ignorable blank node
> > >> <snip>
> > >> That does not tell me more than the above errors, I'm afraid. xsltproc
> > >> is attempting to load
> > >>http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl > > >> but cannot. What does that mean? I can correctly access the stylesheet
> > >> from the same computer otherwise:
> > >> $ curlhttp://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl > > >> | wc -l
> > >> % Total % Received % Xferd Average Speed Time Time Time
> > >> Current
> > >> Dload Upload Total Spent Left
> > >> Speed
> > >> 100 74068 100 74068 0 0 139k 0 --:--:-- --:--:-- --:--:--
> > >> 193k
> > >> 1690
> > >>> Cheers, Stuart
> > >>> --
> > >>> You received this message because you are subscribed to the Google Groups
> > >>> "asciidoc" group.
> > >>> To post to this group, send email to asciidoc@googlegroups.com.
> > >>> To unsubscribe from this group, send email to
> > >>> asciidoc+unsubscribe@googlegroups.com.
> > >>> For more options, visit this group at
> > >>>http://groups.google.com/group/asciidoc?hl=en.
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "asciidoc" group.
> > > To post to this group, send email to asciidoc@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > asciidoc+unsubscribe@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/asciidoc?hl=en.
> You probably figured this out already but you can just download the > epub/docbook.xsl from the latest docbook-xsl release and copy it over > manually. Look in /etc/xml/config to determine where it should go. > Details are described here:
> On Feb 3, 11:50 pm, "Brian L. Troutwine"<br...@troutwine.us> wrote: >> On Feb 3, 11:33 pm, Brian Troutwine<br...@troutwine.us> wrote:
>>> On Thu, Feb 3, 2011 at 8:10 PM, Stuart Rackham<srack...@gmail.com> wrote: >>>> One more thing, you may also like to try DocBook XSL Stylesheets 1.75.2 (the >>>> version I'm using).
>>> It looks rather like Arch Linux's docbook xsl bundle is broken: epub >>> simply isn't included with the other, global stylesheets.
>>>>> On Thu, Feb 3, 2011 at 5:05 PM, Stuart Rackham<srack...@gmail.com> wrote:
>>>>>> On 04/02/11 09:38, Brian Troutwine wrote:
>>>>>>> I can generate a PDF. So, what can I do to get asciidoc working? How >>>>>>> do I check the correctness of my stylesheets catalog, for instance?
>>>>>> Run the xsltproc command from the command-line with the --verbose option, >>>>>> this should give you more information about the problem:
>>>>>> asciidoc --backend docbook --doctype book --attribute docinfo >>>>>> adventures-of-sherlock-holmes.txt
>>>>> creating dictionary for stylesheet >>>>> reusing dictionary from /etc/asciidoc/docbook-xsl/epub.xsl for stylesheet >>>>> xsltParseStylesheetProcess : found stylesheet >>>>> xsltPrecomputeStylesheet: removing ignorable blank node >>>>> Reusing dictionary for document >>>>> warning: failed to load external entity >>>>> "http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl" >>>>> compilation error: file /etc/asciidoc/docbook-xsl/epub.xsl line 13 >>>>> element import >>>>> xsl:import : unable to load >>>>> http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl >>>>> Reusing dictionary for document >>>>> creating dictionary for stylesheet >>>>> reusing dictionary from /etc/asciidoc/docbook-xsl/common.xsl for >>>>> stylesheet >>>>> xsltParseStylesheetProcess : found stylesheet >>>>> xsltPrecomputeStylesheet: removing ignorable blank node >>>>> <snip>
>>>>> That does not tell me more than the above errors, I'm afraid. xsltproc >>>>> is attempting to load >>>>> http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl >>>>> but cannot. What does that mean? I can correctly access the stylesheet >>>>> from the same computer otherwise:
>>>>> $ curlhttp://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl >>>>> | wc -l >>>>> % Total % Received % Xferd Average Speed Time Time Time >>>>> Current >>>>> Dload Upload Total Spent Left >>>>> Speed >>>>> 100 74068 100 74068 0 0 139k 0 --:--:-- --:--:-- --:--:-- >>>>> 193k >>>>> 1690
>>>>>> Cheers, Stuart
>>>>>> -- >>>>>> You received this message because you are subscribed to the Google Groups >>>>>> "asciidoc" group. >>>>>> To post to this group, send email to asciidoc@googlegroups.com. >>>>>> To unsubscribe from this group, send email to >>>>>> asciidoc+unsubscribe@googlegroups.com. >>>>>> For more options, visit this group at >>>>>> http://groups.google.com/group/asciidoc?hl=en.
>>>> -- >>>> You received this message because you are subscribed to the Google Groups >>>> "asciidoc" group. >>>> To post to this group, send email to asciidoc@googlegroups.com. >>>> To unsubscribe from this group, send email to >>>> asciidoc+unsubscribe@googlegroups.com. >>>> For more options, visit this group at >>>> http://groups.google.com/group/asciidoc?hl=en.