~ubuntu-branches/ubuntu/maverick/libcommons-digester-java/maverick

« back to all changes in this revision

Viewing changes to src/test/org/apache/commons/digester/Test4.xml

  • Committer: Bazaar Package Importer
  • Author(s): Takashi Okamoto
  • Date: 2004-08-13 01:59:24 UTC
  • Revision ID: james.westby@ubuntu.com-20040813015924-kxkbfi0a1u5cbxbr
Tags: 1.5.0.1-3
rebuild with J2SDK1.3 comparible mode.(closes: #265253)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<root>
 
3
    <a name="ONE">
 
4
        <b name="TWO">
 
5
            <a name="THREE"/>
 
6
        </b>
 
7
    </a>
 
8
    <b name="FOUR">
 
9
        <b name="FIVE"/>
 
10
    </b>
 
11
</root>
 
 
b'\\ No newline at end of file'