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="escape" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude"> 4 <title>Escape</title> 5 <section id="escape.escape"> 6 <title>Escape</title> 7 <para> 8 <emphasis>Da do do do. Da da da da. That's all I have to say to you.</emphasis> 9 </para> 10 <para> 11 This letter α should have a space either side of it. 12 </para> 13 <para> 14 These should be properly encoded: > < " 15 </para> 16 <para> 17 This <link linkend="$0">link</link> shouldn't be changed. 18 </para> 19 <para> 20 Some other problematic links: 21<link linkend="$157">one</link>, 22<link linkend="$-256">two</link>, 23<link linkend="$text">three</link>. 24 </para> 25 <para> 26 <emphasis>This will be escaped</emphasis> 27 </para> 28 <para> 29 \[ generates [. \] generates ]. 30 </para> 31 </section> 32</article> 33