i have the same problem but with a 22mb file. i have been searching now for 3 days for a good sulotion but cant figure it out how to split a XML file. Can anyone help me? or even better, can YOU edit the xml file for me (since i dont know anything about xml and html)
the max size for the xml file must be 7mb and i also put this in the htaccess file without any results:
<IfModule mod_rewrite.c>
RewriteEngine On
php_value memory_limit 30M
php_value upload_max_filesize 30M
php_value post_max_size 30M
</IfModule>