What is a .dfxp file?
application/ttml+xml
DFXP (Distribution Format Exchange Profile, .dfxp) is the original name for what became TTML, and the extension is still in wide use — notably by Netflix, Adobe, and older captioning tool-chains. The bytes are TTML: the same tt root element, the same head/body/div/p structure, the same timing and region attributes. The extension signals provenance, not a different grammar.
How to use a .dfxp file
Use an example .dfxp file to check that a caption parser dispatches on document content rather than on the file extension. A parser that accepts .ttml but rejects a byte-identical .dfxp is exactly the bug this file exists to catch.