Hi,
I am trying to update a database managed by grails using a large XML
files generated by our legacy applications
currently my code is using XmlSlurper but I am getting some errors
def customers = new XmlSlurper (false, false).parse (myxmlfile)
customers,customer.each { cust ->
contracts.contract.each { cont ->
cont.payments.payment.each { pmt ->
}
}
}
How can I make it streams over my file
TIA
Pascal
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email