Posts Tagged ‘error message’
Does anyone know how to insert a picture in an XML document?
I have tried to insert the image using the following code, however I get an error message:
<html:img src="Festival.jpg" alt="" />
Thanks for your help
Error in loading string xml error is 1813?
What is this error message and how do i fix it? it comes up when i boot up. only change i made was install and uninstall of FlipShare video software.
hi, i want to test if the xml response of my ajaxRequest is well-formed?
javascript breaks and issues me that error message. now i want to test if the response is not well-formed so i can do something about it. is this possible?
How do I avoid errors in Internet Explorer when using xsl and xml and the xsl is not where it should be?
I am using an XSL file to format an xml document. The idea is that the two files will be in the same directory and when the user double clicks on the .xml file it will be displayed nicely in Internet Explorer. The problem is that if Internet Explorer can’t find the .xsl file it shows an error and won’t display the xml file. Is there anyway that I can get it to display the xml file like it normally does if you don’t have a stylesheet associated with it if it does not find the .xsl file instead of displaying the error message?
I am doing this all on the client side. So the .xml and .xsl files would be on a local directory on the user’s machine.