~ubuntu-branches/ubuntu/wily/libspiff/wily

« back to all changes in this revision

Viewing changes to test/for_version_1/fail/playlist-baddate.xspf

  • Committer: Bazaar Package Importer
  • Author(s): Adeodato Simó
  • Date: 2007-10-11 14:44:38 UTC
  • Revision ID: james.westby@ubuntu.com-20071011144438-zpl4gtvl3bf2ocnx
Tags: upstream-0.8.2
Import upstream version 0.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
 
 
3
<!--
 
4
  Description: date must be XML Schema dateTime
 
5
  Expect:      InvalidISO8601Date{element:date,parent:playlist}
 
6
-->
 
7
<!--
 
8
  A fine point: date is IS0 8601 in version 0, xsd:dateTime in version 1
 
9
-->
 
10
 
 
11
<playlist version="1" xmlns="http://xspf.org/ns/0/">
 
12
 
 
13
  <date>2005-32-08T17:10:47-05:00</date>
 
14
  
 
15
  <trackList>
 
16
  </trackList>
 
17
 
 
18
</playlist>