I have to process XML documents on my server on a regular basis.
The is a lot of information in these files so out of interest, do you think it would be easier to transform them (XSLT) to say a text file and then input that into my database or just do it directly from PHP code?