|
From: James D. <j-d...@us...> - 2003-05-04 11:36:50
|
In message <87f...@do...>
on Sun, May 04, 2003 at 10:30:41AM +0200, Steinar Bang wrote:
> That's a possibility, using XInclude with xsltproc, or DocBook
> XSLT file inclusion extensions with one of the Java XSLT engines,
> to include the actual text.
Huh? I thought you could just insert your graphics codes directly.
Alternatively, you could do something like this:
> > <mediaobject>
> > <textobject>
> > <phrase role="latex">\input{my.file}</phrase>
> > </textobject>
> > </mediaobject>
|