~ubuntu-branches/debian/sid/boost1.49/sid

« back to all changes in this revision

Viewing changes to tools/quickbook/test/xinclude/xmlbase1-1_6-alt.gold

  • Committer: Package Import Robot
  • Author(s): Steve M. Robbins
  • Date: 2012-02-26 00:31:44 UTC
  • Revision ID: package-import@ubuntu.com-20120226003144-eaytp12cbf6ubpms
Tags: upstream-1.49.0
ImportĀ upstreamĀ versionĀ 1.49.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
 
3
<article id="xinclude_with_xmlbase" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
 
4
 xml:base=".." xmlns:xi="http://www.w3.org/2001/XInclude">
 
5
  <title>XInclude with xmlbase</title>
 
6
  <xi:include href="../stub.xml" />
 
7
  <xi:include href="stub.xml" />
 
8
  <xi:include href="sub/stub.xml" />
 
9
</article>