El jue, 28-04-2005 a las 12:25 -0500, [EMAIL PROTECTED] escribi�:
> Hi, Luis,
> 
> I have not bumped into the situation of a null value causing this error, 
> so I can't offer any direct advice about that.
> 
> However, I can think of a fix for it that you can do in your XSLT - 
> something on the order of:
> 
> <xsl:apply-templates match="xref">
>   <xsl:choose>
>     <xsl:when test="string-length(@linkend) = 0">
>       &#160; <!-- the non-breaking space -->
>       <!-- If you use HTML-based e-mail, that's & # 1 6 0 ; (without the 
> spaces) -->
>     </xsl:when>
>     </xsl:otherwise>
>      <!-- Process the xref normally -->
>     </xsl:otherwise>
>   </xsl:choose>
> </xsl:template>
> 
Thank you very much again ;)

But I think this is not the main reason, because when I try to compile
the entire book, I have the same trouble :_(

I'm going to go on trying to avoid the problem with minimal changes. If
anyone of you is interesed in the case, the document is Docbook document
is available here:
http://curso-sobre.berlios.de/introsobre/sobre.tgz

Many thanks again :)
-- 
Luis Ca�as D�az - URJC(Madrid)
[EMAIL PROTECTED]      0>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//)~~~~~~~~~~~
Edukalibre project: http://edukalibre.org
personal: http://gsyc.escet.urjc.es/~lcanas

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to