Main final cut pro xml elements – Apple Final Cut Pro 5 User Manual
Page 1519

168
Part II
Project Interchange
Main Final Cut Pro XML Elements
This section describes some of the main elements of the Final Cut Pro XML Interchange
Format. Here is an example of a simple Final Cut Pro XML interchange file. The code
below represents a Browser clip whose media file is offline.
An explanation of the sample code above follows.
Every Final Cut Pro XML interchange file requires the first three elements:
 element: This defines the document as an XML file. The example above
shows an element with two attributes: version and encoding.
 element: Every XML document requires a Document Type Definition, or
DTD. The DTD for a Final Cut Pro XML Interchange Format is called xmeml.
Â
file. Every document should end with a closing tag.
The
contains the following elements:
Â
Â
Â
which determines whether the clip frame rate is actually 29.97 fps or 30 fps.
For a complete list of Final Cut Pro XML Interchange Format elements, see the
documentation for the Final Cut Pro XML Interchange Format at developer.apple.com/
appleapplications.