Hi,

I have the following xml element:

<element attribute="Attribute Value">Body Value</element>

How do I map this element with XML Schema for the Source Generator to a
class:

public class Element {
  private String _attribute; // should contain 'Attribute Value'
  private String _body; // should contain 'Body Value'
 ..
}

Thanks,
Yuri
-- 
  Yuri M
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - Email service worth paying for. Try it for free

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to