Re: Save/Update data to XML-File

2002-03-28 Thread Ted Husted
The digester is bi-directional, and can create a JavaBean from XML, or XML from a JavaBean. The RSS digester is a good example. http://jakarta.apache.org/commons/digester/commons-digester-1.1.1/docs/api/org/apache/commons/digester/rss/RSSDigester.html This approach could be used to store user

RE: Save/Update data to XML-File

2002-03-28 Thread Tero P Paananen
The digester is bi-directional, and can create a JavaBean from XML, or XML from a JavaBean. The RSS digester is a good example. http://jakarta.apache.org/commons/digester/commons-digester-1. 1.1/docs/api/org/apache/commons/digester/rss/RSSDigester.html This approach could be used to

Save/Update data to XML-File

2002-03-25 Thread SSteib
Hi, in the struts-example the user data can be read with the help of a hashtable an a struts digester. But whats about updating the data in the xml-file after user changes? The digester can't do. Is there any possibility with struts to update the hastable data in the xml-file comfortable. Or is