XML export - Code or XMLport

SrivasSrivas Member Posts: 89
Hi All,

I have been asked to export product information for a client on a daily basis.
As there is lot of information to be exported, I want to take a better performance approach.
Can you please guide me here whether I should write a code or write an XMLPort ?

Thanks,

Comments

  • DakkonDakkon Member Posts: 192
    Well if your goal is to simply output all the data formatted in xml and you don't have a strict schema for that data yet, then I'd say just use an XMLport. XMLports have their share of problems, but if you just need to pop out some data in a standardized xml format it will work fine and it will be loads less painful than trying to accomplish the same result through code.
    Thad Ryker
    I traded my sanity for a railgun :mrgreen:
Sign In or Register to comment.