summaryrefslogtreecommitdiff
path: root/rsvg/tests/fixtures/reftests/include-fallback.svg
blob: a5e435943db2882daccb54f8ce6f0ef9863ce30c (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
    xmlns:xi="http://www.w3.org/2001/XInclude"
    width="320" height="240">
  <text font-family="sans" x="10" y="100">
    <xi:include href="nonexistent.txt" parse="text" encoding="UTF-8">
      <xi:fallback>Hello fallback!</xi:fallback>
    </xi:include>
  </text>
</svg>