~testplan-team/testplan/source-collection

« back to all changes in this revision

Viewing changes to htmlunit-2.6/src/test/resources/ExtJS/2.2/examples/form/xml-form.xml

  • Committer: edA-qa mort-ora-y
  • Date: 2010-04-07 10:54:57 UTC
  • Revision ID: eda-qa@disemia.com-20100407105457-g46bvbsrjqtjujab
updating hmltunit src

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<message success="true">
 
3
<contact>
 
4
    <name>
 
5
        <first>Jack</first>
 
6
        <last>Slocum</last>
 
7
    </name>
 
8
    <company>Ext JS</company>
 
9
    <email>support@extjs.com</email>
 
10
    <state>OH</state>
 
11
    <dob>04/15/2007</dob>
 
12
</contact>
 
13
</message>