atom feed11 messages in org.oasis-open.lists.docbook-appsRe: [docbook-apps] warning: failed to...
FromSent OnAttachments
Sam SteingoldJul 7, 2010 8:37 am 
Steve JohnsonJul 7, 2010 8:42 am 
Sam SteingoldJul 7, 2010 8:54 am 
Steve JohnsonJul 7, 2010 9:01 am 
Sam SteingoldJul 7, 2010 9:15 am 
Bob StaytonJul 7, 2010 10:17 am 
Sam SteingoldJul 7, 2010 11:03 am 
Sam SteingoldJul 7, 2010 1:25 pm 
Bob StaytonJul 7, 2010 2:18 pm 
Sam SteingoldJul 7, 2010 3:42 pm 
Sam SteingoldMay 20, 2011 2:32 pm 
Subject:Re: [docbook-apps] warning: failed to load external entity
From:Sam Steingold (sd@gnu.org)
Date:Jul 7, 2010 11:03:40 am
List:org.oasis-open.lists.docbook-apps

Hi Bob, thanks for your reply.

On 7/7/10, Bob Stayton <bo@sagehill.net> wrote:

Is it possible that one of your olinks in the offending file is referencing an element whose title contains an olink?

Not that I can see. there are only 3 explicit olinks in the offending file: <olink targetdoc="impnotes" targetptr="mod-set-example"/> <olink targetdoc="impnotes"/> <olink targetdoc="man"/> their titles contain no olinks (just ulinks). however, I have some entities, which contain olinks, which _might_ refer to elements with entities containing olinks in the title.... and indeed, there is one! (it would be nice if the error message were more clear!)

================ impnotes: <section id="mod-dynload"><title>Function &mod-dynload;</title> ..... ================ impent <!ENTITY mod-dynload '<olink targetdoc="impnotes" targetptr="mod-dynload"><function>SYS::DYNLOAD-MODULES</function></olink>'> ================ clisp-link &mod-dynload; ================

so, indeed, the offending file clisp-link uses olink to an element with an olink in the title. alas, even after editing impnotes to remove olink from title I get the same error. it might be actually hard to search for olink through all the titles. is there an automatic way? it would be nice if there were a warning for each "olink in title" event.

thanks a lot!