summaryrefslogtreecommitdiffstats
path: root/sw/qa/extras/ooxmlexport/data/multi_space_url.fodt
blob: 3a96582aa71f150752396745bfabc70554e26871 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>

<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
 <office:body>
  <office:text>
   <text:p><text:a xlink:type="simple" xlink:href="http://www.example.org/path%20%20with%20%20spaces" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">A sample hyperlink</text:a></text:p>
  </office:text>
 </office:body>
</office:document>