1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook EBNF Module V1.0//EN"
3 "http://www.oasis-open.org/docbook/xml/ebnf/1.0/dbebnf.dtd">
6 <title>Unit Test: productionset.002</title>
7 <releaseinfo role="CVS">$Id: productionset.002.xml,v 1.2 2008-07-11 07:53:26 rt Exp $</releaseinfo>
8 <author><firstname>Norman</firstname><surname>Walsh</surname>
9 <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
13 <productionset><title>Character Range</title>
14 <production id="NT-Char">
16 <rhs>#x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD]
17 <!-- The above line break in the source file has nothing to do with the
18 line breaks in the output. -->
20 <lineannotation>any Unicode character, excluding the surrogate
21 blocks, FFFE, and FFFF.