This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


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-apps] Re: videodata object


Hi Aidan,

At Tue, 7 Dec 2004 16:03:21 +1100,
Aidan Lister wrote:
> I've got a <videodata> element, and I want to reference a .mov file.
> This is the default extension for a quicktime movie. However, if I put
> role="MOV", I get a validation error. Is there another format for a
> quicktime movie?

The problem is that "MOV" is not defined in the DocBook DTD.  You can
get your document validated by adding the following declaration at the
beginning:

<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
  "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"; [
<!ENTITY % local.notation.class "| MOV">
<!NOTATION MOV SYSTEM "MOV">
]>

(change "article" to the root element you're using.)
-- 
Yoshihiro Toda
yoshihiro_toda@mac.com
__________________________________
STOP HIV/AIDS.
Yahoo! JAPAN Redribbon Campaign
http://pr.mail.yahoo.co.jp/redribbon/


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