hello
i want to read an Xml file
having the structure like
<Object type="docment" path="c:\temp\f older1\document 1.doc" />
<attribute name="author_na me" value="dmadmin" />
</Object>
<Object type="docment" path="c:\temp\f older2\document 2.doc" />
<attribute name="author_na me" value="user1" />
</Object>
<Object type="docment" path="c:\temp\f older1\folder1. 1\document3.doc " />
<attribute name="author_na me" value="user2" />
</Object>
m not able to get the values of attributes name and value
can anybody pls help me out in this using java
i want to read an Xml file
having the structure like
<Object type="docment" path="c:\temp\f older1\document 1.doc" />
<attribute name="author_na me" value="dmadmin" />
</Object>
<Object type="docment" path="c:\temp\f older2\document 2.doc" />
<attribute name="author_na me" value="user1" />
</Object>
<Object type="docment" path="c:\temp\f older1\folder1. 1\document3.doc " />
<attribute name="author_na me" value="user2" />
</Object>
m not able to get the values of attributes name and value
can anybody pls help me out in this using java
Comment