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

« back to all changes in this revision

Viewing changes to src/test/org/apache/commons/digester/Test1.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
<employee firstName="First Name" lastName="Last Name">
 
3
  <address type="home" street="Home Street" city="Home City"
 
4
                        state="HS" zipCode="HmZip"/>
 
5
  <address type="office" street="Office Street" city="Office City"
 
6
                          state="OS" zipCode="OfZip"/>
 
7
</employee>