<?xml version="1.0" encoding="utf-8"?>
<!--
Description: location must be a legal URI
Expect: InvalidLink{element:location,parent:track}
-->
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<location>This should be a URI</location>
</track>
</trackList>
</playlist>