OSDN Git Service

設定変更。
[wordring-tm/wordring-tm.git] / third-party / tidy-html5-master / test / input / in_1365706.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE dictionary 
3 SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
4 <dictionary title="Demo XML space issues">
5   <suite name="Test Suite" description="Keeping spaces with 
6 break tags">
7     <doc name="a lost space">
8       <html>
9 There is no <b>space</b> after <code>tagged</code> 
10 words.</html>
11     </doc>
12     <doc name="b using xml:space preserve">
13       <html xml:space="preserve">
14 There is <b>space</b> after <code>tagged</code> 
15 words.</html>
16     </doc>
17     <doc name="c using pre">
18       <html>
19         <pre>
20 There is <b>space</b> after <code>tagged</code> words.</pre>
21       </html>
22     </doc>
23   </suite>
24 </dictionary>