~hudson-ubuntu/+junk/hudson-dom4j

« back to all changes in this revision

Viewing changes to xml/dtd/mixed.xml

  • Committer: James Page
  • Date: 2010-11-18 13:20:23 UTC
  • Revision ID: james.page@canonical.com-20101118132023-puz3z975327yu8ib
Initial release of hudson variant

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?> 
 
2
<!--
 
3
 
 
4
    The declarations in this file MUST agree with the test case, see
 
5
 
 
6
    org.dom4j.TestDocType#getInternalDeclarations()
 
7
 
 
8
-->
 
9
<!DOCTYPE another-greeting SYSTEM "sample.dtd" [ 
 
10
  <!ELEMENT greeting (#PCDATA)> 
 
11
  <!ATTLIST greeting foo ID #IMPLIED>
 
12
  <!ENTITY % boolean "( true | false )">
 
13
]> 
 
14
<another-greeting>Hello, world!</another-greeting>