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="c_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude"> 4 <title>C++ test</title> 5 <articleinfo> 6 <legalnotice id="c_test.legal"> 7 <para> 8 <code><phrase role="keyword">def</phrase> <phrase role="identifier">foo</phrase><phrase 9 role="special">(</phrase><phrase role="identifier">x</phrase><phrase role="special">):</phrase> 10 <phrase role="keyword">print</phrase> <phrase role="string">"Hello"</phrase></code> 11 </para> 12 </legalnotice> 13 <articlepurpose> 14 <code>This shouldn't be highlighted</code> 15 </articlepurpose> 16 </articleinfo> 17<programlisting>This shouldn't be highlighted.</programlisting> 18 <article id="c___source_mode_include" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 19 xmlns:xi="http://www.w3.org/2001/XInclude"> 20 <title>C++ source mode include</title> 21 <para> 22<programlisting><phrase role="keyword">int</phrase> <phrase role="identifier">main</phrase><phrase role="special">()</phrase> <phrase role="special">{}</phrase></programlisting> 23 </para> 24 </article> 25<programlisting>This shouldn't be highlighted.</programlisting> 26 <article id="python_source_mode_include" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 27 xmlns:xi="http://www.w3.org/2001/XInclude"> 28 <title>Python source mode include</title> 29 <para> 30<programlisting><phrase role="keyword">def</phrase> <phrase role="identifier">foo</phrase><phrase role="special">():</phrase></programlisting> 31 </para> 32 </article> 33<programlisting>This shouldn't be highlighted.</programlisting> 34 <article id="teletype_source_mode_include" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" 35 xmlns:xi="http://www.w3.org/2001/XInclude"> 36 <title>Teletype source mode include</title> 37 <para> 38<programlisting>This shouldn't be highlighted</programlisting> 39 </para> 40 </article> 41<programlisting>This shouldn't be highlighted.</programlisting> 42</article> 43