summaryrefslogtreecommitdiff
path: root/tests/phpunit/data/xmp/no-namespace.xmp
blob: 7d6cdb2fcc6c45797a302412ce5f62d749cd8937 (plain)
1
2
3
4
5
6
7
8
9
10
11
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!-- Testing it handles random non-namespaced properties in files ok.
     Some older photoshop's did not include the rdf: prefix on about. -->
<rdf:Description
 about=""
 rdf:about=""
 xmlns:exif="http://ns.adobe.com/exif/1.0/"
 exif:FNumber="28/10">
</rdf:Description>
</rdf:RDF>
<?xpacket end="w"?>