/[suikacvs]/perl/charclass/lib/Char/Class/XML.html
Suika

Diff of /perl/charclass/lib/Char/Class/XML.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Thu Jul 19 13:26:46 2007 UTC revision 1.2 by wakaba, Mon Nov 24 04:25:10 2008 UTC
# Line 1  Line 1 
1    <?xml version="1.0" ?>
2  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3  <html xmlns="http://www.w3.org/1999/xhtml">  <html xmlns="http://www.w3.org/1999/xhtml">
4  <head>  <head>
5  <title>Char::Class::XML - Regular Expression Character Classes - C&lt;XML&gt;</title>  <title>Char::Class::XML - Regular Expression Character Classes - C&lt;XML&gt;</title>
6  <link rel="stylesheet" href="http://suika.fam.cx/www/style/html/pod.css" type="text/css" />  <link rel="stylesheet" href="http://suika.fam.cx/www/style/html/pod.css" type="text/css" />
7  <link rev="made" href="mailto:admin@suika.fam.cx" />  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
8    <link rev="made" href="mailto:wakaba@suika.fam.cx" />
9  </head>  </head>
10    
11  <body>  <body>
12    
13  <p><a name="__index__"></a></p>  
14  <!-- INDEX BEGIN -->  <!-- INDEX BEGIN -->
15    <div name="index">
16    <p><a name="__index__"></a></p>
17    
18  <ul>  <ul>
19    
# Line 20  Line 24 
24          <li><a href="#see_also">SEE ALSO</a></li>          <li><a href="#see_also">SEE ALSO</a></li>
25          <li><a href="#license">LICENSE</a></li>          <li><a href="#license">LICENSE</a></li>
26  </ul>  </ul>
27    
28    <hr name="index" />
29    </div>
30  <!-- INDEX END -->  <!-- INDEX END -->
31    
 <hr />  
32  <p>  <p>
33  </p>  </p>
34  <h1><a name="name">NAME</a></h1>  <h1><a name="name">NAME</a></h1>
# Line 37  Line 43 
43  <hr />  <hr />
44  <h1><a name="collection_names">COLLECTION NAMES</a></h1>  <h1><a name="collection_names">COLLECTION NAMES</a></h1>
45  <dl>  <dl>
46  <dt><strong><a name="item_inxmlbasechar"><code>InXMLBaseChar</code></a></strong><br />  <dt><strong><a name="inxmlbasechar" class="item"><code>InXMLBaseChar</code></a></strong>
47  </dt>  
48  <dd>  <dd>
49  <code>BaseChar</code> defined in XML 1.0 spec (#85, &lt;http://www.w3.org/TR/REC-xml#NT-BaseChar&gt;)  <p><code>BaseChar</code> defined in XML 1.0 spec (#85, &lt;http://www.w3.org/TR/REC-xml#NT-BaseChar&gt;)</p>
50  </dd>  </dd>
51  <p></p>  </li>
52  <dt><strong><a name="item_inxmlchar"><code>InXMLChar</code></a></strong><br />  <dt><strong><a name="inxmlchar" class="item"><code>InXMLChar</code></a></strong>
53  </dt>  
54  <dd>  <dd>
55  An alias for InXMLChar11.  <p>An alias for InXMLChar11.</p>
56  </dd>  </dd>
57  <p></p>  </li>
58  <dt><strong><a name="item_inxmlchar10"><code>InXMLChar10</code></a></strong><br />  <dt><strong><a name="inxmlchar10" class="item"><code>InXMLChar10</code></a></strong>
59  </dt>  
60  <dd>  <dd>
61  <code>Char</code> defined in XML 1.0 spec (#2, &lt;http://www.w3.org/TR/REC-xml#N  <p><code>Char</code> defined in XML 1.0 spec (#2, &lt;http://www.w3.org/TR/REC-xml#N</p>
62  </dd>  </dd>
63  <p></p>  </li>
64  <dt><strong><a name="item_inxmlchar11"><code>InXMLChar11</code></a></strong><br />  <dt><strong><a name="inxmlchar11" class="item"><code>InXMLChar11</code></a></strong>
65  </dt>  
66  <dd>  <dd>
67  <code>Char</code> defined in XML 1.1 spec (#2, &lt;http://www.w3.org/TR/xml11#NT-Char&gt;)  <p><code>Char</code> defined in XML 1.1 spec (#2, &lt;http://www.w3.org/TR/xml11#NT-Char&gt;)</p>
68  </dd>  </dd>
69  <p></p>  </li>
70  <dt><strong><a name="item_inxmlcombiningchar"><code>InXMLCombiningChar</code></a></strong><br />  <dt><strong><a name="inxmlcombiningchar" class="item"><code>InXMLCombiningChar</code></a></strong>
71  </dt>  
72  <dd>  <dd>
73  <code>CombiningChar</code> defined in XML 1.0 spec (#87, &lt;http://www.w3.org/TR/REC-xml#NT-CombiningChar&gt;)  <p><code>CombiningChar</code> defined in XML 1.0 spec (#87, &lt;http://www.w3.org/TR/REC-xml#NT-CombiningChar&gt;)</p>
74  </dd>  </dd>
75  <p></p>  </li>
76  <dt><strong><a name="item_inxmldigit"><code>InXMLDigit</code></a></strong><br />  <dt><strong><a name="inxmldigit" class="item"><code>InXMLDigit</code></a></strong>
77  </dt>  
78  <dd>  <dd>
79  <code>Digit</code> defined in XML 1.0 spec (#88, &lt;http://www.w3.org/TR/REC-xml#NT-Digit&gt;)  <p><code>Digit</code> defined in XML 1.0 spec (#88, &lt;http://www.w3.org/TR/REC-xml#NT-Digit&gt;)</p>
80  </dd>  </dd>
81  <p></p>  </li>
82  <dt><strong><a name="item_inxmlextender"><code>InXMLExtender</code></a></strong><br />  <dt><strong><a name="inxmlextender" class="item"><code>InXMLExtender</code></a></strong>
83  </dt>  
84  <dd>  <dd>
85  <code>Extender</code> defined in XML 1.0 spec (#89, &lt;http://www.w3.org/TR/REC-xml#NT-Extender&gt;)  <p><code>Extender</code> defined in XML 1.0 spec (#89, &lt;http://www.w3.org/TR/REC-xml#NT-Extender&gt;)</p>
86  </dd>  </dd>
87  <p></p>  </li>
88  <dt><strong><a name="item_inxmlideographic"><code>InXMLIdeographic</code></a></strong><br />  <dt><strong><a name="inxmlideographic" class="item"><code>InXMLIdeographic</code></a></strong>
89  </dt>  
90  <dd>  <dd>
91  <code>Ideographic</code> defined in XML 1.0 spec (#86, &lt;http://www.w3.org/TR/REC-xml#NT-Ideographic&gt;)  <p><code>Ideographic</code> defined in XML 1.0 spec (#86, &lt;http://www.w3.org/TR/REC-xml#NT-Ideographic&gt;)</p>
92  </dd>  </dd>
93  <p></p>  </li>
94  <dt><strong><a name="item_inxmlletter"><code>InXMLLetter</code></a></strong><br />  <dt><strong><a name="inxmlletter" class="item"><code>InXMLLetter</code></a></strong>
95  </dt>  
96  <dd>  <dd>
97  <code>Letter</code> (::= <code>BaseChar</code> / <code>Ideographic</code>) defined in XML 1.0 spec (#84, &lt;http://www.w3.org/TR/REC-xml#NT-Letter&gt;)  <p><code>Letter</code> (::= <code>BaseChar</code> / <code>Ideographic</code>) defined in XML 1.0 spec (#84, &lt;http://www.w3.org/TR/REC-xml#NT-Letter&gt;)</p>
98  </dd>  </dd>
99  <p></p>  </li>
100  <dt><strong><a name="item_inxmlncnamechar"><code>InXMLNCNameChar</code></a></strong><br />  <dt><strong><a name="inxmlncnamechar" class="item"><code>InXMLNCNameChar</code></a></strong>
101  </dt>  
102  <dd>  <dd>
103  An alias for InXMLNCNameChar11.  <p>An alias for InXMLNCNameChar11.</p>
104  </dd>  </dd>
105  <p></p>  </li>
106  <dt><strong><a name="item_inxmlncnamechar10"><code>InXMLNCNameChar10</code></a></strong><br />  <dt><strong><a name="inxmlncnamechar10" class="item"><code>InXMLNCNameChar10</code></a></strong>
107  </dt>  
108  <dd>  <dd>
109  Characters are elements of <code>NCNameChar</code> defined in Namespace in XML spec (#5, &lt;http://www.w3.org/TR/REC-xml-names#NT-NCNameChar&gt;)  <p>Characters are elements of <code>NCNameChar</code> defined in Namespace in XML spec (#5, &lt;http://www.w3.org/TR/REC-xml-names#NT-NCNameChar&gt;)</p>
110  </dd>  </dd>
111  <p></p>  </li>
112  <dt><strong><a name="item_inxmlncnamechar11"><code>InXMLNCNameChar11</code></a></strong><br />  <dt><strong><a name="inxmlncnamechar11" class="item"><code>InXMLNCNameChar11</code></a></strong>
113  </dt>  
114  <dd>  <dd>
115  <code>NCNameChar</code> defined in XML Namespace 1.1 spec  <p><code>NCNameChar</code> defined in XML Namespace 1.1 spec</p>
116  </dd>  </dd>
117  <p></p>  </li>
118  <dt><strong><a name="item_inxmlncnamestartchar"><code>InXMLNCNameStartChar</code></a></strong><br />  <dt><strong><a name="inxmlncnamestartchar" class="item"><code>InXMLNCNameStartChar</code></a></strong>
119  </dt>  
120  <dd>  <dd>
121  An alias for InXMLNCNameStartChar11.  <p>An alias for InXMLNCNameStartChar11.</p>
122  </dd>  </dd>
123  <p></p>  </li>
124  <dt><strong><a name="item_inxmlncnamestartchar11"><code>InXMLNCNameStartChar11</code></a></strong><br />  <dt><strong><a name="inxmlncnamestartchar11" class="item"><code>InXMLNCNameStartChar11</code></a></strong>
125  </dt>  
126  <dd>  <dd>
127  <code>NCNameStartChar</code> defined in XML Namespace 1.1 spec  <p><code>NCNameStartChar</code> defined in XML Namespace 1.1 spec</p>
128  </dd>  </dd>
129  <p></p>  </li>
130  <dt><strong><a name="item_inxmlnamechar"><code>InXMLNameChar</code></a></strong><br />  <dt><strong><a name="inxmlnamechar" class="item"><code>InXMLNameChar</code></a></strong>
131  </dt>  
132  <dd>  <dd>
133  An alias for InXMLNameChar11.  <p>An alias for InXMLNameChar11.</p>
134  </dd>  </dd>
135  <p></p>  </li>
136  <dt><strong><a name="item_inxmlnamechar10"><code>InXMLNameChar10</code></a></strong><br />  <dt><strong><a name="inxmlnamechar10" class="item"><code>InXMLNameChar10</code></a></strong>
137  </dt>  
138  <dd>  <dd>
139  Characters are elements of <code>NameChar</code> defined in XML 1.0 spec (#4, &lt;http://www.w3.org/TR/REC-xml#NT-NameChar&gt;)  <p>Characters are elements of <code>NameChar</code> defined in XML 1.0 spec (#4, &lt;http://www.w3.org/TR/REC-xml#NT-NameChar&gt;)</p>
140  </dd>  </dd>
141  <p></p>  </li>
142  <dt><strong><a name="item_inxmlnamechar11"><code>InXMLNameChar11</code></a></strong><br />  <dt><strong><a name="inxmlnamechar11" class="item"><code>InXMLNameChar11</code></a></strong>
143  </dt>  
144  <dd>  <dd>
145  <code>NameChar</code> defined in XML 1.1 spec (#4a, &lt;http://www.w3.org/TR/xml11#NT-NameChar&gt;)  <p><code>NameChar</code> defined in XML 1.1 spec (#4a, &lt;http://www.w3.org/TR/xml11#NT-NameChar&gt;)</p>
146  </dd>  </dd>
147  <p></p>  </li>
148  <dt><strong><a name="item_inxmlnamestartchar"><code>InXMLNameStartChar</code></a></strong><br />  <dt><strong><a name="inxmlnamestartchar" class="item"><code>InXMLNameStartChar</code></a></strong>
149  </dt>  
150  <dd>  <dd>
151  An alias for InXMLNameStartChar11.  <p>An alias for InXMLNameStartChar11.</p>
152  </dd>  </dd>
153  <p></p>  </li>
154  <dt><strong><a name="item_inxmlnamestartchar11"><code>InXMLNameStartChar11</code></a></strong><br />  <dt><strong><a name="inxmlnamestartchar11" class="item"><code>InXMLNameStartChar11</code></a></strong>
155  </dt>  
156  <dd>  <dd>
157  <code>NameStartChar</code> defined in XML 1.1 spec (#4, &lt;http://www.w3.org/TR/xml11#NT-NameStartChar&gt;)  <p><code>NameStartChar</code> defined in XML 1.1 spec (#4, &lt;http://www.w3.org/TR/xml11#NT-NameStartChar&gt;)</p>
158  </dd>  </dd>
159  <p></p>  </li>
160  <dt><strong><a name="item_inxmlpubidchar"><code>InXMLPubidChar</code></a></strong><br />  <dt><strong><a name="inxmlpubidchar" class="item"><code>InXMLPubidChar</code></a></strong>
161  </dt>  
162  <dd>  <dd>
163  <code>PubidChar</code> defined in XML 1.0 spec (#13, &lt;http://www.w3.org/TR/REC-xml#NT-PubidChar&gt;)  <p><code>PubidChar</code> defined in XML 1.0 spec (#13, &lt;http://www.w3.org/TR/REC-xml#NT-PubidChar&gt;)</p>
164  </dd>  </dd>
165  <p></p>  </li>
166  <dt><strong><a name="item_inxmlrestrictedchar"><code>InXMLRestrictedChar</code></a></strong><br />  <dt><strong><a name="inxmlrestrictedchar" class="item"><code>InXMLRestrictedChar</code></a></strong>
167  </dt>  
168  <dd>  <dd>
169  An alias for InXMLRestrictedChar11.  <p>An alias for InXMLRestrictedChar11.</p>
170  </dd>  </dd>
171  <p></p>  </li>
172  <dt><strong><a name="item_inxmlrestrictedchar11"><code>InXMLRestrictedChar11</code></a></strong><br />  <dt><strong><a name="inxmlrestrictedchar11" class="item"><code>InXMLRestrictedChar11</code></a></strong>
173  </dt>  
174  <dd>  <dd>
175  <code>RestrictedChar</code> defined in XML 1.1 spec (#2a, &lt;http://www.w3.org/TR/xml11#NT-RestrictedChar&gt;)  <p><code>RestrictedChar</code> defined in XML 1.1 spec (#2a, &lt;http://www.w3.org/TR/xml11#NT-RestrictedChar&gt;)</p>
176  </dd>  </dd>
177  <p></p>  </li>
178  <dt><strong><a name="item_inxmls"><code>InXMLS</code></a></strong><br />  <dt><strong><a name="inxmls" class="item"><code>InXMLS</code></a></strong>
179  </dt>  
180  <dd>  <dd>
181  Characters are elements of <code>S</code> defined in XML 1.0 spec (#3, &lt;http://www.w3.org/TR/REC-xml#NT-S&gt;)  <p>Characters are elements of <code>S</code> defined in XML 1.0 spec (#3, &lt;http://www.w3.org/TR/REC-xml#NT-S&gt;)</p>
182  </dd>  </dd>
183  <p></p>  </li>
184  <dt><strong><a name="item_inxmlversionnum"><code>InXMLVersionNum</code></a></strong><br />  <dt><strong><a name="inxmlversionnum" class="item"><code>InXMLVersionNum</code></a></strong>
185  </dt>  
186  <dd>  <dd>
187  Characters are elements of <code>VersionNum</code> defined in First and Second Editions of XML 1.0 spec (#26, &lt;http://www.w3.org/TR/2000/REC-xml-20001006#NT-VersionNum&gt;)  <p>Characters are elements of <code>VersionNum</code> defined in First and Second Editions of XML 1.0 spec (#26, &lt;http://www.w3.org/TR/2000/REC-xml-20001006#NT-VersionNum&gt;)</p>
188  </dd>  </dd>
189  <p></p>  </li>
190  <dt><strong><a name="item_inxml_ncnamestartchar"><code>InXML_NCNameStartChar</code></a></strong><br />  <dt><strong><a name="inxml_ncnamestartchar" class="item"><code>InXML_NCNameStartChar</code></a></strong>
191  </dt>  
192  <dd>  <dd>
193  An alias for InXMLNCNameStartChar11.  <p>An alias for InXMLNCNameStartChar11.</p>
194  </dd>  </dd>
195  <p></p>  </li>
196  <dt><strong><a name="item_inxml_ncnamestartchar10"><code>InXML_NCNameStartChar10</code></a></strong><br />  <dt><strong><a name="inxml_ncnamestartchar10" class="item"><code>InXML_NCNameStartChar10</code></a></strong>
197  </dt>  
198  <dd>  <dd>
199  Characters can be the first char of <code>NCName</code> defined in Namespace in XML spec (#4, &lt;http://www.w3.org/TR/REC-xml-names#NT-NCName&gt;)  <p>Characters can be the first char of <code>NCName</code> defined in Namespace in XML spec (#4, &lt;http://www.w3.org/TR/REC-xml-names#NT-NCName&gt;)</p>
200  </dd>  </dd>
201  <p></p>  </li>
202  <dt><strong><a name="item_inxml_namestartchar"><code>InXML_NameStartChar</code></a></strong><br />  <dt><strong><a name="inxml_namestartchar" class="item"><code>InXML_NameStartChar</code></a></strong>
203  </dt>  
204  <dd>  <dd>
205  An alias for InXMLNameStartChar11.  <p>An alias for InXMLNameStartChar11.</p>
206  </dd>  </dd>
207  <p></p>  </li>
208  <dt><strong><a name="item_inxml_namestartchar10"><code>InXML_NameStartChar10</code></a></strong><br />  <dt><strong><a name="inxml_namestartchar10" class="item"><code>InXML_NameStartChar10</code></a></strong>
209  </dt>  
210  <dd>  <dd>
211  Characters can be the first char of <code>Name</code> defined in XML 1.0 spec (#5, &lt;http://www.w3.org/TR/REC-xml#NT-Name&gt;)  <p>Characters can be the first char of <code>Name</code> defined in XML 1.0 spec (#5, &lt;http://www.w3.org/TR/REC-xml#NT-Name&gt;)</p>
212  </dd>  </dd>
213  <p></p>  </li>
214  <dt><strong><a name="item_inxml_unrestrictedchar"><code>InXML_UnrestrictedChar</code></a></strong><br />  <dt><strong><a name="inxml_unrestrictedchar" class="item"><code>InXML_UnrestrictedChar</code></a></strong>
215  </dt>  
216  <dd>  <dd>
217  An alias for InXML_UnrestrictedChar11.  <p>An alias for InXML_UnrestrictedChar11.</p>
218  </dd>  </dd>
219  <p></p>  </li>
220  <dt><strong><a name="item_inxml_unrestrictedchar10"><code>InXML_UnrestrictedChar10</code></a></strong><br />  <dt><strong><a name="inxml_unrestrictedchar10" class="item"><code>InXML_UnrestrictedChar10</code></a></strong>
221  </dt>  
222  <dd>  <dd>
223  An alias for InXMLChar10.  <p>An alias for InXMLChar10.</p>
224  </dd>  </dd>
225  <p></p>  </li>
226  <dt><strong><a name="item_inxml_unrestrictedchar11"><code>InXML_UnrestrictedChar11</code></a></strong><br />  <dt><strong><a name="inxml_unrestrictedchar11" class="item"><code>InXML_UnrestrictedChar11</code></a></strong>
227  </dt>  
228  <dd>  <dd>
229  <code>Char11</code> - <code>RestrictedChar11</code>  <p><code>Char11</code> - <code>RestrictedChar11</code></p>
230  </dd>  </dd>
231  <p></p>  </li>
232  <dt><strong><a name="item_inxml_deprecated_noncharacter"><code>InXML_deprecated_noncharacter</code></a></strong><br />  <dt><strong><a name="inxml_deprecated_noncharacter" class="item"><code>InXML_deprecated_noncharacter</code></a></strong>
233  </dt>  
234  <dd>  <dd>
235  Additional deprecated characters in XML 1.0 SE errata (E46, &lt;http://www.w3.org/XML/xml-V10-2e-errata#E46&gt;) and TE &lt;http://www.w3.org/TR/REC-xml/#charsets&gt; (``noncharacter'' in Unicode)  <p>Additional deprecated characters in XML 1.0 SE errata (E46, &lt;http://www.w3.org/XML/xml-V10-2e-errata#E46&gt;) and TE &lt;http://www.w3.org/TR/REC-xml/#charsets&gt; (&quot;noncharacter&quot; in Unicode)</p>
236  </dd>  </dd>
237  <p></p>  </li>
238  <dt><strong><a name="item_inxml_unicode_xml_not_suitable"><code>InXML_unicode_xml_not_suitable</code></a></strong><br />  <dt><strong><a name="inxml_unicode_xml_not_suitable" class="item"><code>InXML_unicode_xml_not_suitable</code></a></strong>
239  </dt>  
240  <dd>  <dd>
241  Characters not suitable for use with markup (Table 3.1 of &lt;http://www.w3.org/TR/unicode-xml/#Charlist&gt;)  <p>Characters not suitable for use with markup (Table 3.1 of &lt;http://www.w3.org/TR/unicode-xml/#Charlist&gt;)</p>
242  </dd>  </dd>
243  <p></p>  </li>
244  <dt><strong><a name="item_inxml_unicode_xml_suitable_format_character"><code>InXML_unicode_xml_suitable_format_character</code></a></strong><br />  <dt><strong><a name="inxml_unicode_xml_suitable_format_character" class="item"><code>InXML_unicode_xml_suitable_format_character</code></a></strong>
245  </dt>  
246  <dd>  <dd>
247  Some characters that affect text format but are suitable for use with markup (Table 4.1 of &lt;http://www.w3.org/TR/unicode-xml/#Charlist&gt;)  <p>Some characters that affect text format but are suitable for use with markup (Table 4.1 of &lt;http://www.w3.org/TR/unicode-xml/#Charlist&gt;)</p>
248  </dd>  </dd>
249  <p></p></dl>  </li>
250    </dl>
251  <p>  <p>
252  </p>  </p>
253  <hr />  <hr />
# Line 255  Some characters that affect text format Line 262  Some characters that affect text format
262  <hr />  <hr />
263  <h1><a name="see_also">SEE ALSO</a></h1>  <h1><a name="see_also">SEE ALSO</a></h1>
264  <dl>  <dl>
265  <dt><strong><a name="item_xml_1_2e0">XML 1.0</a></strong><br />  <dt><strong><a name="xml_1_0" class="item">XML 1.0</a></strong>
266  </dt>  
267  <dd>  <dd>
268  ``Extensible Markup Language (XML) 1.0'', W3C Recommendation,  <p>&quot;Extensible Markup Language (XML) 1.0&quot;, W3C Recommendation,
269  &lt;http://www.w3.org/TR/REC-xml&gt;.  &lt;http://www.w3.org/TR/REC-xml&gt;.</p>
270  </dd>  </dd>
271  <dd>  <dd>
272  <p>First Edition, 1998-02-10,  <p>First Edition, 1998-02-10,
273  &lt;http://www.w3.org/TR/1998/REC-xml-19980210&gt;.</p>  &lt;http://www.w3.org/TR/1998/REC-xml-19980210&gt;.</p>
274  </dd>  </dd>
275  <dd>  <dd>
276  <p>``XML 1.0 Specification Errata'', Errata for First Edition,  <p>&quot;XML 1.0 Specification Errata&quot;, Errata for First Edition,
277  &lt;http://www.w3.org/XML/xml-19980210-errata&gt;.</p>  &lt;http://www.w3.org/XML/xml-19980210-errata&gt;.</p>
278  </dd>  </dd>
279  <dd>  <dd>
280  <p>Second Edition, 2000-10-06, &lt;http://www.w3.org/TR/2000/WD-xml-2e-20000814&gt;.</p>  <p>Second Edition, 2000-10-06, &lt;http://www.w3.org/TR/2000/WD-xml-2e-20000814&gt;.</p>
281  </dd>  </dd>
282  <dd>  <dd>
283  <p>``XML 1.0 Second Edition Specification Errata'', Errata for Second Edition,  <p>&quot;XML 1.0 Second Edition Specification Errata&quot;, Errata for Second Edition,
284  &lt;http://www.w3.org/XML/xml-V10-2e-errata&gt;.</p>  &lt;http://www.w3.org/XML/xml-V10-2e-errata&gt;.</p>
285  </dd>  </dd>
286  <dd>  <dd>
287  <p>Third Edition, 2004-02-04, &lt;http://www.w3.org/TR/2004/REC-xml-20040204&gt;.</p>  <p>Third Edition, 2004-02-04, &lt;http://www.w3.org/TR/2004/REC-xml-20040204&gt;.</p>
288  </dd>  </dd>
289  <dd>  <dd>
290  <p>``XML 1.0 Third Edition Specification Errata'',  <p>&quot;XML 1.0 Third Edition Specification Errata&quot;,
291  &lt;http://www.w3.org/XML/xml-V10-3e-errata&gt;.</p>  &lt;http://www.w3.org/XML/xml-V10-3e-errata&gt;.</p>
292  </dd>  </dd>
293  <p></p>  </li>
294  <dt><strong><a name="item_xml_namespace_1_2e0">XML Namespace 1.0</a></strong><br />  <dt><strong><a name="xml_namespace_1_0" class="item">XML Namespace 1.0</a></strong>
295  </dt>  
296  <dd>  <dd>
297  ``Namespaces in XML'', W3C Recommendation, &lt;http://www.w3.org/TR/REC-xml-names&gt;.  <p>&quot;Namespaces in XML&quot;, W3C Recommendation, &lt;http://www.w3.org/TR/REC-xml-names&gt;.</p>
298  </dd>  </dd>
299  <dd>  <dd>
300  <p>First Edition, 1999-01-14, &lt;http://www.w3.org/TR/1999/REC-xml-names-19990114&gt;.</p>  <p>First Edition, 1999-01-14, &lt;http://www.w3.org/TR/1999/REC-xml-names-19990114&gt;.</p>
301  </dd>  </dd>
302  <dd>  <dd>
303  <p>``Namespaces in XML Errata'', &lt;http://www.w3.org/XML/xml-names-19990114-errata&gt;.</p>  <p>&quot;Namespaces in XML Errata&quot;, &lt;http://www.w3.org/XML/xml-names-19990114-errata&gt;.</p>
304  </dd>  </dd>
305  <p></p>  </li>
306  <dt><strong><a name="item_xml_1_2e1">XML 1.1</a></strong><br />  <dt><strong><a name="xml_1_1" class="item">XML 1.1</a></strong>
307  </dt>  
308  <dd>  <dd>
309  ``Extensible Markup Language (XML) 1.1'', W3C Recommendation,  <p>&quot;Extensible Markup Language (XML) 1.1&quot;, W3C Recommendation,
310  &lt;http://www.w3.org/TR/xml11&gt;.  &lt;http://www.w3.org/TR/xml11&gt;.</p>
311  </dd>  </dd>
312  <dd>  <dd>
313  <p>First Edition, 2004-02-04.  Edited 2004-04-15,  <p>First Edition, 2004-02-04.  Edited 2004-04-15,
314  &lt;http://www.w3.org/TR/2004/REC-xml11-20040204/&gt;.</p>  &lt;http://www.w3.org/TR/2004/REC-xml11-20040204/&gt;.</p>
315  </dd>  </dd>
316  <dd>  <dd>
317  <p>``XML 1.1 First Edition Specification Errata'',  <p>&quot;XML 1.1 First Edition Specification Errata&quot;,
318  &lt;http://www.w3.org/XML/xml-V11-1e-errata&gt;.</p>  &lt;http://www.w3.org/XML/xml-V11-1e-errata&gt;.</p>
319  </dd>  </dd>
320  <p></p>  </li>
321  <dt><strong><a name="item_xml_namespace_1_2e1">XML Namespace 1.1</a></strong><br />  <dt><strong><a name="xml_namespace_1_1" class="item">XML Namespace 1.1</a></strong>
322  </dt>  
323  <dd>  <dd>
324  ``Namespaces in XML 1.1'', W3C Recommendation,  <p>&quot;Namespaces in XML 1.1&quot;, W3C Recommendation,
325  &lt;http://www.w3.org/TR/xml-names11&gt;.  &lt;http://www.w3.org/TR/xml-names11&gt;.</p>
326  </dd>  </dd>
327  <dd>  <dd>
328  <p>First Edition, 2004-04-02,  <p>First Edition, 2004-04-02,
329  &lt;http://www.w3.org/TR/2004/REC-xml-names11-20040204&gt;.</p>  &lt;http://www.w3.org/TR/2004/REC-xml-names11-20040204&gt;.</p>
330  </dd>  </dd>
331  <dd>  <dd>
332  <p>``Namespaces in XML 1.1 Errata'',  <p>&quot;Namespaces in XML 1.1 Errata&quot;,
333  &lt;http://www.w3.org/XML/2004/xml-names11-errata&gt;.</p>  &lt;http://www.w3.org/XML/2004/xml-names11-errata&gt;.</p>
334  </dd>  </dd>
335  <p></p>  </li>
336  <dt><strong><a name="item_misc_2e">Misc.</a></strong><br />  <dt><strong><a name="misc" class="item">Misc.</a></strong>
337  </dt>  
338  <dd>  <dd>
339  ``Unicode in XML and other Markup Languages'', Unicode Technical Report #20,  <p>&quot;Unicode in XML and other Markup Languages&quot;, Unicode Technical Report #20,
340  W3C Note, &lt;http://www.w3.org/TR/unicode-xml/&gt;.  This version of this module  W3C Note, &lt;http://www.w3.org/TR/unicode-xml/&gt;.  This version of this module
341  refers 2003-06-13 version of the W3C Note  refers 2003-06-13 version of the W3C Note
342  &lt;http://www.w3.org/TR/2003/NOTE-unicode-xml-20030613/&gt;.  &lt;http://www.w3.org/TR/2003/NOTE-unicode-xml-20030613/&gt;.</p>
343  </dd>  </dd>
344  <p></p></dl>  </li>
345    </dl>
346  <p>  <p>
347  </p>  </p>
348  <hr />  <hr />
349  <h1><a name="license">LICENSE</a></h1>  <h1><a name="license">LICENSE</a></h1>
350  <p>Copyright 2007 Wakaba &lt;<a href="mailto:w@suika.fam.cx">w@suika.fam.cx</a>&gt;</p>  <p>Copyright 2008 Wakaba &lt;<a href="mailto:w@suika.fam.cx">w@suika.fam.cx</a>&gt;</p>
351  <p>This library and the library generated by it is free software;  <p>This library and the library generated by it is free software;
352  you can redistribute them and/or modify them under the same  you can redistribute them and/or modify them under the same
353  terms as Perl itself.</p>  terms as Perl itself.</p>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24