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]

No attribute value 'PDF' in imagedata


Hello,

I've just tried the following from Bob Staytons 2using the XSLT Stylesheets":

Example 16.1. Multiple graphics in a mediaobject

<mediaobject  id="MousePicture">
  <imageobject  role="html">
    <imagedata  format="PNG"  fileref="mouse.png"/>
  </imageobject>
  <imageobject  role="fo">
    <imagedata  format="PDF"  fileref="mouse.pdf"/>
  </imageobject>
</mediaobject>



But xmllint says:

validity error: Value "PDF" for attribute format of imagedata is not among the enumerated set


and nsgmls says:


value of attribute "format" cannot be "PDF"; must be one of "BMP", "CGM-CHAR", "CGM-BINARY", "CGM-CLEAR", "DITROFF", "DVI", "EPS", "EQN", "FAX", "GIF", "GIF87a", "GIF89a", "JPG", "JPEG", "IGES", "PCX", "PIC", "PNG", "PS", "SGML", "TBL", "TEX", "TIFF", "WMF", "WPG", "SVG", "linespecific"


I am using


PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"


So what is the preferred way of including scalable vector graphics for PDF output?



Greetings, Joachim


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