PDA

View Full Version : Invalid xml


offtheroad
08-18-2009, 03:10 AM
I have a template I want to view and can't. I get "invalid xml" How do I get past that?
jbechdel@comcast.net

senocular
08-18-2009, 03:29 AM
fix the xml ?

offtheroad
08-18-2009, 01:45 PM
How do I do that?

senocular
08-18-2009, 03:06 PM
Open it up, find out whats wrong, change it, save it.

offtheroad
08-18-2009, 03:52 PM
Open it up, find out whats wrong, change it, save it.

Problem is I don't know xml that well. Could you look at it if I send it?

asf8
08-18-2009, 04:08 PM
Don't know xml - Problem is I don't know xml that well.

You can have a look at Senocular's XML tutorial
http://www.kirupa.com/web/xml/index.htm

Or look at one of the many other sites that explain XML structures
Example: http://www.w3schools.com/xml/default.asp

etc..

senocular
08-18-2009, 04:21 PM
you can try opening it up in a browser. I know browsers like firefox usually tell you what the problem is and where.

asf8
08-18-2009, 04:36 PM
you can try opening it up in a browser. I know browsers like firefox usually tell you what the problem is and where.

Even simpler yet then ;)

offtheroad
08-18-2009, 09:02 PM
I dragged the swf into browser, didn't open and then the mediaGallery.html and no luck.

senocular
08-18-2009, 09:24 PM
The XML, not the SWF

offtheroad
08-18-2009, 09:31 PM
OK I did that, I dragged the "external_link.xml" into a blank browser Firefox and got this error
This XML file does not appear to have any style information associated with it. The document tree is shown below.

senocular
08-18-2009, 09:55 PM
That's not an error. That means that there's no styling.

That also means that the XML is not wrong... at least in the sense that it's well-formed. So that instead menas that whatever "template" you have seems to not like the XML in some way or another. That probably depends entirely on that template and you may need to find its author to figure out that problem.

ASWC
08-18-2009, 10:12 PM
A browser might also be more forgiven than the AS3 XML class.