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]

[docbook] Re: external examples


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

/ Dave Pawson <dpawson@nildram.co.uk> was heard to say:
| At 11:40 25/04/2003 -0700, Steven Cogorno wrote:
|
|>Here's another suggestion:  create the external entity as an NDATA with html
|>as the notation. Then your processing tool can pull the text in at publish
|>time.
|
| ?? Example please?

Roughly:

<!DOCTYPE book PUBLIC "..." "..." [
<!NOTATION HTML SYSTEM "some URI you happen to like">
<!ENTITY myHTML SYSTEM "path/to/file.html" NDATA HTML>
]>
<book>
...
<mediaobject>
<imageobject>
<imagedata entityref="myHTML"/>
</imageobject>
</mediaobject>
...
</book>

But that would require a fair amount of customization for most
publishing tools. Steve may be using a tool that has NDATA support,
but most don't.

                                        Be seeing you,
                                          norm

- -- 
Norman Walsh <ndw@nwalsh.com>      | Life does not cease to be funny
http://www.oasis-open.org/docbook/ | when people die anymore than it
Chair, DocBook Technical Committee | ceases to be serious when people
                                   | laugh.--George Bernard Shaw
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.7 <http://mailcrypt.sourceforge.net/>

iD8DBQE+ylbbOyltUcwYWjsRAlTPAJ91TuWYiFnnyQSokNLhLdLKaDIHEACfTJ65
xrIR71N2lcCkpKzsJDDa/pg=
=NULl
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-help@lists.oasis-open.org


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