source: trunk/web/addons/job_monarch/lib/extjs/examples/form/xml-form.xml @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 289 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.