I've got an XML document that is in either a pre or post FO transformed state that I need to extract some information from. In the pre-case, I need to ...
I am using XML in my project for data to be Insert/Update/Delete.
Currently i am using XPath for doing the above operations from my Java application.
I am facing a problem while ...
hi, I want to know is there any Java API available for storing and retrieving data from xml file....... i am working on a project in which i hav two services....first one is to store data in an xml file and the other one is to retrieve required data from xml file..... Plz help me....Thanks in advance....