Hi!
A small question concerning downloading xml files from a remote server. I am using curl to achieve this.
The information I need in those xml files are located in the first couple of lines of code. Now my question is :
Is it possible to download only a portion ( or a defined amount of bytes ) from these xml files , so I only have the first (let's say) 30 lines.
Those xml files are between 100 kb to 12 mb , so you understand that it would be more efficient to be able to minimize the bandwith of the curl request ( I'm talking about 1000 xml files a day at least ).
Thanks