+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    sunup is offline Member
    Join Date
    Jan 2007
    Posts
    80

    XML Parsing Error

    I don't understand what I'm being asked to change. I'm very new to this so please keep that in mind. Thank you so much.

    XML Parsing Error ✉
    Line 50,
    column 48: XML Parsing Error: Opening and ending tag mismatch: P line 50 and b
    <h1><b>"Where Quality and Integrity Meet"<P></b></h1>

    Line 50,
    column 53: XML Parsing Error: Opening and ending tag mismatch: b line 50 and h1
    <h1><b>"Where Quality and Integrity Meet"<P></b></h1>

    Line 51,
    column 19: XML Parsing Error: Opening and ending tag mismatch: P line 51 and h2
    <h2><b></b><P></h2>

    Line 79,
    column 6: XML Parsing Error: Opening and ending tag mismatch: P line 76 and div
    </div>

    Line 82,
    column 6: XML Parsing Error: Opening and ending tag mismatch: h2 line 51 and div
    </div>

    Line 83,
    column 6: XML Parsing Error: Opening and ending tag mismatch: h1 line 50 and div
    </div>

    Line 100,
    column 7: XML Parsing Error: Opening and ending tag mismatch: div line 45 and body
    </body>

    Line 101,
    column 27: XML Parsing Error: Opening and ending tag mismatch: div line 23 and html
    <!-- InstanceEnd --></html>

    Line 101,
    column 27: XML Parsing Error: Premature end of data in tag div line 16
    <!-- InstanceEnd --></html>

    Line 101,
    column 27: XML Parsing Error: Premature end of data in tag body line 15
    <!-- InstanceEnd --></html>

    Line 101,
    column 27: XML Parsing Error: Premature end of data in tag html line 2
    <!-- InstanceEnd --></html>

  2. #2
    veikoh's Avatar
    veikoh is offline YE Veteran
    Join Date
    Dec 2007
    Location
    Barcelona, Spain
    Posts
    788
    XML needs to have structure, like:
    <H1>
    <B>
    <P>
    </P>
    </B>
    </H1>
    and have also end tags.
    <html>
    <body>
    <div>
    </div>
    </body>
    </html>
    Hope it helps.

  3. #3
    sunup is offline Member
    Join Date
    Jan 2007
    Posts
    80

  4. #4
    sunup is offline Member
    Join Date
    Jan 2007
    Posts
    80

  5. #5
    HarveyJ's Avatar
    HarveyJ is offline YE Veteran
    Join Date
    Feb 2008
    Posts
    514
    You would be better off going to a proper HTML forum this sort of issue.

    Considering you're getting an XML error on something that appears to be as basic as this, I'm going to assume you made this site using a Microsoft product? Frontpage, Publisher or even Word perhaps?

    Anyway, can you please open the code to your site, and paste it here between some [ code] tags so that some people may review it and see if we can actually help you.
    www.affiliationcash.com
    Makes you money, Makes me money...

  6. #6
    veikoh's Avatar
    veikoh is offline YE Veteran
    Join Date
    Dec 2007
    Location
    Barcelona, Spain
    Posts
    788
    Your <P> tag is not finished if needed at all!!! Remove <P> tag or finish it with </P>.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Untitled Document
YoungEntrepreneur Logo Featured on: Business Week About Alltop Wall Street Journal

Terms of Service | Privacy Policy


SEO by vBSEO 3.5.0 RC3