[Home] [By Thread] [By Date] [Recent Entries]

  • From: Ronald Bourret <rpbourret@r...>
  • To: Pham Thanh Quan <quanpt@s...>, xml-dev <xml-dev@l...>
  • Date: Thu, 16 Aug 2001 12:05:30 -0700

Depends what you mean by "object". If you want your objects to model the
document itself, get a DOM implementation and use it. (Almost all
parsers come with DOM implementations.)

If you want your objects to model the data in the XML document, as
opposed to the document itself, there are a number of products that can
do this for you. (This is called "XML data binding".) For a list of
products and more information, see:

   http://www.rpbourret.com/xml/XMLDataBinding.htm

-- Ron

> Pham Thanh Quan wrote:
>
> I apologize if my problem so basic. Please anyone show me the steps to
> parse from an XML file to objects and vice versa. I am using SAX and
> Java.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member