blob: 3a9366d5782952a2764a58ca46bb627cf9c9fe01 [file] [log] [blame]
Daniel Veillardbf432752000-11-12 15:56:56 +00001<?xml version="1.0"?>
Daniel Veillardbbd22452001-05-23 12:02:27 +00002<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
Daniel Veillardbf432752000-11-12 15:56:56 +00003 <!-- Simple test of including another XML document -->
William M. Brackf20fbf72004-06-25 05:49:08 +00004 <doc xml:base="../ents/something.xml">
Daniel Veillardbf432752000-11-12 15:56:56 +00005<p>something</p>
6<p>really</p>
7<p>simple</p>
8</doc>
9</x>