RE: [OT] -- Editing XML

2003-09-17 Thread Mike Jasnowski
First off, what you describe is possible. There are probably a number of ways to accomplish this, you might want to consider using something like XML binding for working with the XML data structures directly. There are frameworks like JAXB, XMLBeans, etc. that enable you to work wtih XML

RE: [OT] -- Editing XML

2003-09-17 Thread Greg Hess
Subject: RE: [OT] -- Editing XML First off, what you describe is possible. There are probably a number of ways to accomplish this, you might want to consider using something like XML binding for working with the XML data structures directly. There are frameworks like JAXB, XMLBeans, etc