You need to sign in to do that
Don't have an account?

Generate XML: Visualforce page Vs Dom library Vs XmlStreamWriter
Hi,
I need to generate XML file every month from different custom object with a hug data more than 10000 records. I wonder which way is best to
Generate XML:
1- Visualforce page and apex
2- Dom library
3- XmlStreamWriter class
Any help would be appreciated!
Ahmad Amiri
I need to generate XML file every month from different custom object with a hug data more than 10000 records. I wonder which way is best to
Generate XML:
1- Visualforce page and apex
2- Dom library
3- XmlStreamWriter class
Any help would be appreciated!
Ahmad Amiri
You're going to run into some kind of limit if you choose any other path. Either http size limits, data access limits etc.