Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
2 xml parsing errors need help
Old 03-29-2009, 05:09 PM 2 Errors "Problem Solved"
Super Talker

Posts: 116
Name: Start Up Web Company
Trades: 0
I have my website almost fully validated however some reason cant figure out these errors. Code looks to be correct like the last 3 100% validated websites I created.

created a new page and renetered coding and it all works so there was some sort of little error that I over looked.

Thanks!

Last edited by dalexdesign; 03-29-2009 at 05:34 PM..
dalexdesign is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-29-2009, 05:11 PM Re: 2 xml parsing errors need help
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
Looks like your tags aren't all closed
__________________

Please login or register to view this content. Registration is FREE

willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 03-29-2009, 05:35 PM Re: 2 xml parsing errors need help
Super Talker

Posts: 116
Name: Start Up Web Company
Trades: 0
Do end tags need to stay on the same line? If so I think that may have what caused it as I have the </div> on the next line on some lines.
dalexdesign is offline
Reply With Quote
View Public Profile
 
Old 03-29-2009, 05:54 PM Re: 2 xml parsing errors need help
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
No, they don't need to be on the same line but, nested tags need to be closed where they are nested.

for example, this is ok:
Code:
<div>
   <span>
      <a href="#">foo</a>
   </span>
</div>
for example, this is not:
Code:
<div>
   <span>
      <a href="#">foo
   </span>
   </a>
</div>
__________________

Please login or register to view this content. Registration is FREE

willcode4beer is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to 2 xml parsing errors need help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.41125 seconds with 12 queries