[
Lists Home |
Date Index |
Thread Index
]
Maybe all you want is DOM [1] in Java [2]. DOM allows you to programatically access and
update content and/or structure of XML documents (HTML as well).
Mike
[1] http://www.w3.org/DOM/
[2] http://java.sun.com/webservices/docs/1.3/tutorial/doc/IntroWS5.html#wp63986
Jay wrote:
> continuing with where i left off . maybe this will give u a better idea
> what i want to do ..parse the incoming data and then store it in a data
> structure so that i can display the information . i dont need to store
> the data in any data base . the reason i would like to sstore it in a
> data structure is that i can manipulate it .can u help on these lines
> thanks
> jay
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
|