source:
vbox/trunk/src/libs/libxml2-2.9.14/test/valid/dtds/notes.dtd@
97825
最後變更 在這個檔案從97825是 95312,由 提交於 3 年 前 | |
---|---|
檔案大小: 452 位元組 |
行 | |
---|---|
1 | <!-- |
2 | This gets parsed without complaint: |
3 | <!ELEMENT pfx:notes ( #PCDATA | note | pfx:note )* > |
4 | --> |
5 | |
6 | <!-- |
7 | This triggers a diagnostic: |
8 | notes.dtd:13: validity error : Definition of notes has duplicate |
9 | references of note |
10 | <!ELEMENT pfx:notes ( #PCDATA | pfx:note | note )* > |
11 | --> |
12 | |
13 | <!ELEMENT pfx:notes ( #PCDATA | pfx:note | note )* > |
14 | |
15 | <!ATTLIST notes |
16 | xmlns:pfx CDATA #FIXED 'http://namespace/uri/here' |
17 | > |
18 | <!ELEMENT note EMPTY > |
19 | <!ELEMENT pfx:note EMPTY > |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器