Re: XML and Objects

Bill la Forge (b.laforge@jxml.com)
Tue, 29 Sep 1998 10:39:40 -0400


Shouldn't we be trying, instead, for a way to convert XML documents
which conform to any pre-existing markup language to a tree
of application-specific objects?

Bill

>> <BEAN CLASS="com.example.foo.SimpleBean">
>> <PROPERTY NAME="prop1" DCD:i4>49</PROPERTY>
>> <PROPERTY NAME="prop2" DCD:string>hello world</PROPERTY>
>> ...
>> </BEAN>

><SimpleBean>
> <prop1 DCD:i4>49</prop1>
> <prop2 DCD:string>hello world</prop2>
></SimpleBean>