benk Posted March 3, 2005 Posted March 3, 2005 I was wondering if anyone know how I go about solving parsing errors when importing XML data created from a mysql database. I often get errors like "XML Parsing Error 'nbsp' was not found Line # 89 Column # 79" Thanks
cjaeger Posted March 7, 2005 Posted March 7, 2005 the entity " " is not known to XML by default. Create one!
Joost Miltenburg Posted May 12, 2011 Posted May 12, 2011 On 3/7/2005 at 2:59 PM, cjaeger said: the entity " " is not known to XML by default. Create one! Ok, that could make sense... I try to import xml from an http request. That gets me the same error. However, when I copy and paste the xml from the browser into a empty xml file and save it. It imports without a hitch... Any ideas ?
Joost Miltenburg Posted May 19, 2011 Posted May 19, 2011 On 5/12/2011 at 3:24 PM, comment said: Post the XML response as returned by the server. Here it is... I opened the url in Firefox and then copy/pasted the response data into a text file... The tags and all are in Dutch, so if that hinders you please let me know... FYI, importing this file works without a hitch... importing it directly from the response feed gives me this error message. I can influence the feed from the website so if work needs to be done there ; that's ok with me. It did work in the past however. TIA xml_response.xml.zip import_order_inschrijvingen.xsl.zip
comment Posted May 19, 2011 Posted May 19, 2011 Quote FYI, importing this file works without a hitch Well, that's not getting us any further, then. Why don't you try opening the URL in Firefox, then do View > Page Source and File > Save Page As... Even better: if you look at the error message you'll see where to find the response as downloaded by Filemaker.
Joost Miltenburg Posted May 26, 2011 Posted May 26, 2011 On 5/19/2011 at 2:28 PM, comment said: Well, that's not getting us any further, then. Why don't you try opening the URL in Firefox, then do View > Page Source and File > Save Page As... Even better: if you look at the error message you'll see where to find the response as downloaded by Filemaker. Yes, I know. I was just hoping I would get this working again... What I do now is let the user enter a product_code, which will be a part of an url and I import this directly. Strange enough : it used to work... I am already experimenting with the webviewer and export the contents of the webviewer to a file and import that... that will work, but is quite a work around.
comment Posted May 26, 2011 Posted May 26, 2011 I am sorry, but I cannot help without seeing the problem. Have you tried either one of my suggestions?
Recommended Posts
This topic is 5061 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now