OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Re: Message: "XPath error : Invalid or inclomplete [sic?] context"


I'm pretty sure that's a bug in that version of xsltproc.  My copy of 
1.1.12 was compiled with a newer libxml2:

    libxslt 10112 was compiled against libxml 20617

and it doesn't exhibit that error.  When I test with 1.1.11, I get an xpath 
error (similar, but different message).

I think you need to upgrade your xsltproc.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Euis Luhuanam" <eluhu6@gmail.com>
To: "Bob Stayton" <bobs@sagehill.net>
Cc: "docbook-apps List" <docbook-apps@lists.oasis-open.org>
Sent: Monday, July 03, 2006 5:27 AM
Subject: Re: [docbook-apps] Re: Message: "XPath error : Invalid or 
inclomplete [sic?] context"


> Bob Stayton wrote:
>> Hi,
>> I can't duplicate this problem.  Can you provide a complete short sample
>> file that generates this error, and a description of the stylesheet you 
>> are
>> using?
>
> Here, it comes:
>
> Script started on Mon 03 Jul 2006 07:16:05 PM WIT
> =================================================
> $ cat x.xml
> <?xml version="1.0" encoding="iso-8859-1"?>
> <!DOCTYPE book SYSTEM
>  "file:///usr/share/xml/docbook/schema/dtd/4.3/docbookx.dtd">
>
> <book lang="id">
> <chapter id="cid"><title>Chapter</title>
> <para> Para
> </para>
> <bibliography id="bibid">
> <title>Bib</title>
> <biblioentry id="biben">
> <abbrev>Abbrev</abbrev>
> <title>Bibliography</title>
> </biblioentry>
> <literallayout></literallayout>
> </bibliography>
>
> </chapter>
> </book>
>
>
> ================================================================
> $ xsltproc -version -o x.html \
>  /usr/local/share/xml/docbook-xsl-1.70.1/html/docbook.xsl x.xml
> Using libxml 20616, libxslt 10112 and libexslt 810
> xsltproc was compiled against libxml 20616, libxslt 10112 and libexslt 
> 810
> libxslt 10112 was compiled against libxml 20616
> libexslt 810 was compiled against libxml 20616
> XPath error : Invalid or inclomplete context
> XPath error : Invalid or inclomplete context
> XPath error : Invalid or inclomplete context
> XPath error : Invalid or inclomplete context
> XPath error : Invalid or inclomplete context
> XPath error : Invalid or inclomplete context
> XPath error : Invalid or inclomplete context
> XPath error : Invalid or inclomplete context
> XPath error : Invalid or inclomplete context
> XPath error : Invalid or inclomplete context
> XPath error : Invalid or inclomplete context
> XPath error : Invalid or inclomplete context
> XPath error : Invalid or inclomplete context
> XPath error : Invalid or inclomplete context
> XPath error : Invalid or inclomplete context
> ==============================================
> Script done on Mon 03 Jul 2006 07:17:07 PM WIT
>
>
>
> EL6
>
> 




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]