I am importing around 600 database items to my drupal system by way of xml. i always get stuck in error in xml import in drupal when it gets more records to import.
Real question I have is how come that when i have the xml file generated validated to w3 schools I get xml not well formed error. Then when i go to the browser to open the file (chrome) i get this:
This page contains the following errors:
error on line 1 at column 26135: Extra content at the end of the document
Below is a rendering of the page up to the first error.
I checked the last part where the error occurred but it does not make any sense. There should be no error at all. only that there are some more data that seemed to get truncated!
Is there any xml file limitation i should know and be aware of?
Thank you!
Comments
Comment #0.0
jnroche commentedw3 schools instead of w2
Comment #1
twistor commentedIt seems like you've answered your own question. The XML is not well-formed. Other than that, this module accepts an well-formed XML.
Closing out old issues. If you're still having this problem, feel free to re-open it.
Comment #2
twistor commented