Re: Message: "XPath error : Invalid or inclomplete [sic?] context"

From
Euis Luhuanam <>
Date
2006-06-30T04:29:22+00:00
ID
Thread
Re: Message: "XPath error : Invalid or inclomplete [sic?] context"
Euis Luhuanam wrote:
> I am using Debian GNU/Linux 2.6.8-3-686-smp with
> * 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
>
> Somehow, recently new error Messages appear when
> creating HTML and ONEHTML, but not for "fo":
> "XPath error : Invalid or inclomplete [sic?] context"

I found the source code that causes the problem.
It was caused by a pair of "literallayout" inside
"bibliography". I.e., xsltproc does not like:
-----
<chapter>
...
<bibliography>
...
<literallayout></literallayout>
</bibliography>
</chapter>
-----

However, it is OK if:
-----
<chapter>
...
<bibliography>
...
<literallayout>
</literallayout>
</bibliography>
</chapter>
-----

Is this a bug? If yes, to whom should I report it?

PS: Well,  there should no "literallayout" inside "bibliography"
anyway... But, thank you for asking :).


-- 
EL6: Euis Luhuanam