556f06db5f
Actually a subtle change, as includes and anchors could previously contain spaces. Possibly should still alow that, although I expect it's never used. [SVN r86688]
14 lines
634 B
XML
14 lines
634 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
|
<article id="quickbook_role_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Quickbook Role Test</title>
|
|
<para>
|
|
<phrase role="keyword">Keyword</phrase> <phrase role="keyword"></phrase>
|
|
</para>
|
|
<para>
|
|
road <phrase role="red">Red</phrase> <phrase role="red"></phrase> <phrase role="three-colours-red">Three
|
|
Colours Red</phrase> <phrase role="red-road">Red Road</phrase>
|
|
</para>
|
|
</article>
|