~ubuntu-branches/ubuntu/precise/libmusicbrainz/precise-updates

« back to all changes in this revision

Viewing changes to test-data/invalid/artist/search_result_1.xml

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2012-02-01 17:18:10 UTC
  • Revision ID: package-import@ubuntu.com-20120201171810-jzz90w51dx6shdr1
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!-- invalid, because "score" must not be in the default namespace -->
 
3
<metadata xmlns="http://musicbrainz.org/ns/mmd-1.0#">
 
4
    <artist-list>
 
5
        <artist id="c0b2500e-0cef-4130-869d-732b23ed9df5" score="100">
 
6
            <name>Tori Amos</name>
 
7
            <sort-name>Amos, Tori</sort-name>
 
8
            <life-span begin="1963-08-22"/>
 
9
        </artist>
 
10
    </artist-list>
 
11
</metadata>