File: example.xml

package info (click to toggle)
libxml%2B%2B2.6 2.42.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,384 kB
  • sloc: cpp: 7,958; xml: 443; makefile: 231; python: 178; perl: 53; sh: 5
file content (7 lines) | stat: -rw-r--r-- 280 bytes parent folder | download
1
2
3
4
5
6
7
<?xml version="1.0"?>
<document xmlns:xi="http://www.w3.org/2001/XInclude">
  <p><xi:include href="xinclude/include1.txt" parse="text">
    <xi:fallback>Did not find xinclude/include1.txt.</xi:fallback>
  </xi:include></p>
  <xi:include href="xinclude/include2.xml"/>
</document>