How to create a valid FCPXML v1.1 DTD
How to create a valid FCPXML v1.1 DTD
- Subject: How to create a valid FCPXML v1.1 DTD
- From: Bruce Sharpe <email@hidden>
- Date: Sat, 04 Feb 2012 09:23:34 -0800
The FCPXML v1.1 DTD is invalid, according to at least two validators that we have tried. This is a problem for those of us who are creating FCPXML and want to validate it against the DTD. I've put in a bug report (Bug ID# 10809168) but there is a simple fix for anyone who needs it now.
In the entity declaration
<!ENTITY % clip_attrs "
%ao_attrs;
name CDATA #IMPLIED
start %time; #IMPLIED
duration %time; #REQUIRED
enabled (1 | 0) '1' <!-- default is enabled -->
">
remove the comment so that it looks like this
<!ENTITY % clip_attrs "
%ao_attrs;
name CDATA #IMPLIED
start %time; #IMPLIED
duration %time; #REQUIRED
enabled (1 | 0) '1'
">
Bruce
-----
Bruce Sharpe
CEO, Singular Software Inc.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Pro-apps-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden