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]

Re: imagedata and entityref


/ Vladimir Ivanovic <ivanovic@parc.xerox.com> was heard to say:
| This
| 
|   <!DOCTYPE article PUBLIC  '-//OASIS//DTD DocBook V3.1//EN' [
|   <!ENTITY preprocessor SYSTEM "preprocessor.gif">

You have to say

   <!ENTITY preprocessor SYSTEM "preprocessor.gif" NDATA GIF>

|   ]>
|   <article>
|     <mediaobject>
|       <imageobject>
| 	<imagedata entityref="preprocessor">

Only external "unparsed" entities can be used in entity attributes.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | It is necessary to try to surpass
http://www.oasis-open.org/docbook/ | oneself always; this occupation
Chair, DocBook Technical Committee | ought to last as long as
                                   | life.--Christina, Queen of Sweden


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