example-xrds.xml 307 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Sample XRDS file at: NAME -->
  3. <xrds:XRDS
  4. xmlns:xrds="xri://$xrds"
  5. xmlns="xri://$xrd*($v*2.0)">
  6. <XRD>
  7. <Service priority="0">
  8. <Type>http://example.com/</Type>
  9. <URI>http://www.openidenabled.com/</URI>
  10. </Service>
  11. </XRD>
  12. </xrds:XRDS>