This is a discussion on "XML Parsing Error: Opening ending tag mismatch" within the Web Page Design section. This forum, and the thread "XML Parsing Error: Opening ending tag mismatch are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
XML Parsing Error: Opening ending tag mismatch
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
XML Parsing Error: Opening ending tag mismatch
hi there i have had a website up and running for some time now and have recentlydecided to redesign it using css. My pages display in the browser correctly however when i use this http://validator.w3.org/check?uri=ht...dernart.com%2F i get a load of error messages. somebody please help!!
|
|
|
|
#2
|
|||
|
|||
|
Re: XML Parsing Error: Opening ending tag mismatch
h1 elements aren't allowed in the <head> of a document
Empty elements must be closed .. <img src="bla.gif" /> See 4. Differences with HTML 4 |
|
#3
|
|||
|
|||
|
Re: XML Parsing Error: Opening ending tag mismatch
Hi thanks for that. i really need help with this to Line 106, Column > 80: XML Parsing Error: Opening and ending tag mismatch: a line 106 and p.
…rnart.com/image-files/seascapebutton.jpg" alt="digital photo print online art… |
|
#4
|
|||
|
|||
|
Re: XML Parsing Error: Opening ending tag mismatch
thanks again karine i went from 155 to 65 errors with one /. lol
|
|
#5
|
|||
|
|||
|
Re: XML Parsing Error: Opening ending tag mismatch
The first 2 errors ... you don't put a / for the <html ...> element. The HTML element has an end tag.
|
|
#6
|
|||
|
|||
|
Re: XML Parsing Error: Opening ending tag mismatch
For that line 106, try putting your <a ...> and <img ... /> on the same line? Otherwise ... fix all the other <img ... /> errors and <br /> errors ... that might help.
|
|
#7
|
|||
|
|||
|
Re: XML Parsing Error: Opening ending tag mismatch
all of the <a ...> and <img ... /> are on the same line how do i fix these? moving my h1 element out of the head reduced my errors to 65 but im still stuck haha
|
|
#8
|
|||
|
|||
|
Re: XML Parsing Error: Opening ending tag mismatch
im also having trouble with this page http://validator.w3.org/check?uri=ht...Inline&group=0
|
|
#9
|
||||
|
||||
|
Re: XML Parsing Error: Opening ending tag mismatch
This is the automatically cleaned code:
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#10
|
|||
|
|||
|
Re: XML Parsing Error: Opening ending tag mismatch
thanks alexgeek you are a legend mate i hope you dont think im being cheeky but could you work your magic on this one too http://validator.w3.org/check?uri=ht...Inline&group=0 id really appreciate it. Can i have your name to because you have solved alot of problems for me and i want to mention your name in the special thanks section of my homepage. thanks again rob.
|
|
#11
|
||||
|
||||
|
Re: XML Parsing Error: Opening ending tag mismatch
Go on that page,
under options click "clean this page with HTML tidy" then validate it. It will be at the bottom.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#12
|
|||
|
|||
|
Re: XML Parsing Error: Opening ending tag mismatch
ive managed to get it down to 16 errors. i cant seem to change the code manually without ruining the whole thing
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| xml parsing | ktsirig | PHP Forum | 1 | Apr 12th, 2008 16:05 |
| Catch XML parsing Exceptions. | alexgeek | PHP Forum | 0 | Jan 5th, 2008 10:53 |
| Parsing text | Donny Bahama | PHP Forum | 6 | Jun 1st, 2006 07:25 |
| Cross-browser XML parsing??? | gohankid77 | Other Programming Languages | 4 | Mar 28th, 2005 17:39 |