G
googlegroups
Forgive me for being a java newb, but I need some guidance.
What I'm trying to do is take certain known pieces of data from our
Oracle DB and apply different templates to produce an XML file. The
dataset will be not change, but I want to be able to apply templates to
possibly exclude xml nodes, change the xml structure, etc. The amount
of data and resulting xml files could be quite large (around 300 MB).
What would be the best method of doing this? If possible, I'd like to
stick to using Dom4j along with the JRE1.5.
Thanks!
What I'm trying to do is take certain known pieces of data from our
Oracle DB and apply different templates to produce an XML file. The
dataset will be not change, but I want to be able to apply templates to
possibly exclude xml nodes, change the xml structure, etc. The amount
of data and resulting xml files could be quite large (around 300 MB).
What would be the best method of doing this? If possible, I'd like to
stick to using Dom4j along with the JRE1.5.
Thanks!