Doug -

One of the things you didn't have documented yet that I thought I would try
out is the inclusion of images.  I have a couple of images in my docs....

Unfortunately, it isn't working.  The simplest incarnation of this is
as follows:

  <mediaobject>
  <imageobject>
      <imagedata fileref="timeline.png" format="PNG"/>
  </imageobject>
  </mediaobject>

You can see the reference page:

http://docbook.org/tdg/en/html/imageobject.html

(Be careful with earlier versions of this online reference
 because I found a bug in their XML example!)

When I run the chunk.xsl script in this I get:

Error undefined namespace prefix
xmlXPathCompiledEval: evaluation failed

and often xsltproc core dumps.

Looking around in the docbook-xsl stuff I was able to find an 
example of an image used (see docsrc/tools/profiling). Running
this thru xsltproc creates the same output as my example.  Which 
leads me to conclude that this works with some tools, but 
apparently not xsltproc :-(

Jeff




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Boost-docs mailing list
[EMAIL PROTECTED]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to