This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook] Re: cross-document links


Your target data files are declared in olink-pile.xml as:

  <!ENTITY man-targets SYSTEM "file:///man.db">
  <!ENTITY imp-targets SYSTEM "file:///imp-pile.db">

These are absolute paths to the root directory, which is probably not
where those files are located.  That's why you get the messages about
failing to load the external entities.  You need to use either relative
paths, real absolute paths, or catalog entries to resolve these.

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net


----- Original Message ----- 
From: "Sam Steingold" <sds@gnu.org>
To: "Bob Stayton" <bobs@sagehill.net>
Cc: <docbook@lists.oasis-open.org>
Sent: Monday, January 26, 2004 10:31 AM
Subject: Re: [docbook] Re: cross-document links


> > * Bob Stayton <obof@fntruvyy.arg> [2004-01-26 09:44:02 -0800]:
> >
> > That is incorrent.
> sorry.
> 
> > What happens when you use "&"?
> 
> 
> xsltproc --timing --stringparam target.database.document \
> "olink-pile.xml" -o impnotes.html pile.xsl impnotes.xml
> Parsing stylesheet pile.xsl took 2 ms
> Parsing document impnotes.xml took 809 ms
> warning: failed to load external entity "file:///imp-pile.db"
> olink-pile.xml:16: error: Failure to process entity imp-targets
>    &imp-targets;</document>
>                 ^
> olink-pile.xml:16: parser error : Entity 'imp-targets' not defined
>    &imp-targets;</document>
>                 ^



To unsubscribe from this list, send a post to docbook-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]