Empty data templates changed to correnspond with validator.
This commit is contained in:
parent
7a36930377
commit
5769b8dd44
2 changed files with 15 additions and 10 deletions
|
@ -1,10 +1,13 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<audioClip>
|
<audioClip>
|
||||||
<metadata
|
<metadata
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
xmlns="http://mdlf.org/livesupport/elements/1.0/"
|
||||||
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"
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
xmlns:ls="http://mdlf.org/livesupport/elements/1.0/"
|
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||||
|
xmlns:xml="http://www.w3.org/XML/1998/namespace"
|
||||||
>
|
>
|
||||||
</metadata>
|
<dc:title>Empty file</dc:title>
|
||||||
|
<dcterms:extent>00:00:00.000000</dcterms:extent>
|
||||||
|
</metadata>
|
||||||
</audioClip>
|
</audioClip>
|
||||||
|
|
|
@ -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:dc="http://purl.org/dc/elements/1.1/"
|
xmlns="http://mdlf.org/livesupport/elements/1.0/"
|
||||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
xmlns:ls="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:dcterms="http://purl.org/dc/terms/"
|
||||||
|
xmlns:xml="http://www.w3.org/XML/1998/namespace"
|
||||||
/>
|
/>
|
||||||
</playlist>
|
</playlist>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue