Manifest Files (.xmf)

This is preliminary documentation and subject to change.

A manifest file lists all of the files used by an HD DVD application, such as its markup files, script files, and resource files (images, sound, video, and so on). A manifest file is an XML file, with the file name extension ,xmf. Every application has exactly one manifest file.

An example of a simple manifest file is:

<Application xmlns="https://www.dvdforum.org/2005/HDDVDVideo/Manifest">
    <Region x="0" y="0" width="1920" height="1080" />
    <Markup src="file:///dvddisc/ADV_OBJ/markup.xmu" /> 
    <Resource src="file:///dvddisc/ADV_OBJ/markup.xmu" />
    <Resource src="file:///dvddisc/ADV_OBJ/font.ttf" />
</Application>

Note Notice that the markup file markup.xmu in the example is referenced in both the markup element and from a resource element.

See Also