Empty data templates changed to correnspond with validator.

This commit is contained in:
tomas 2005-03-02 02:17:40 +00:00
parent 7a36930377
commit 5769b8dd44
2 changed files with 15 additions and 10 deletions

View file

@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<audioClip> <audioClip>
<metadata <metadata
xmlns="http://mdlf.org/livesupport/elements/1.0/"
xmlns:ls="http://mdlf.org/livesupport/elements/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:ls="http://mdlf.org/livesupport/elements/1.0/"
> >
</metadata> <dc:title>Empty file</dc:title>
<dcterms:extent>00:00:00.000000</dcterms:extent>
</metadata>
</audioClip> </audioClip>

View file

@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<playlist> <playlist id="0000000000000000" playlength="00:00:00.000000">
<metadata <metadata
xmlns="http://mdlf.org/livesupport/elements/1.0/"
xmlns:ls="http://mdlf.org/livesupport/elements/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:ls="http://mdlf.org/livesupport/elements/1.0/" xmlns:xml="http://www.w3.org/XML/1998/namespace"
/> />
</playlist> </playlist>