just out -
JROM
An XML Schema-based tool that provides an in-memory tree
representation of instances of structured, typed information
http://www.alphaworks.ibm.com/tech/jrom?open&l=138,t=gr
JROM
An XML Schema-based tool that provides an in-memory tree
representation of instances of structured, typed information
http://www.alphaworks.ibm.com/tech/jrom?open&l=138,t=gr
1. HOW-TO: Create an in-memory dom tree
Based on an xml configuration file containing file references, I'd like
to build a new xml document using DOM (package XML::DOM).
For this, I need to create a DOM object in memory. Does somebody have
or point me to an example how to build this object?
The main problem is the second and further level e.g.
<members>
<member>
<first_name>fn</first_name>
<last_name>ln</last_name>
</member>
</members>
I succeed to create the members tag but do not now how to create the
member tag in the members tag nor the first_name in the member tag etc.
Thanks in advance for your help.
- Gert
Sent via Deja.com http://www.deja.com/
Before you buy.
2. Permissions
3. Storing expat parse results in in-memory tree
4. Shared/Static Library mixing
6. DOS for embedded controller
8. Model I 5.3 LDOS, YES MODEL 1!
9. Connected Recordset adPersistXML differs from Disconnected Recordset built in-memory
10. IBM alphaworks down? (need XML4J)
11. Question to XML package from alphaworks/ibm
12. dynamic tree representation of XML