OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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/



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]