aboutsummaryrefslogtreecommitdiff
path: root/models/openid-php-openid-782224d/Tests/Auth/Yadis/data/uri_priority.xrds
blob: b1a2f65c3d5aaa30f662642a80fd3cc39063f4d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns:openid="http://openid.net/xmlns/1.0"
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service>
      <Type>http://openid.net/signon/1.0</Type>
      <URI>http://no.priority/</URI>
      <URI priority="1">http://one.priority/</URI>
      <URI priority="0">http://zero.priority/</URI>
    </Service>

  </XRD>
</xrds:XRDS>