Click here to Skip to main content
15,907,874 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am looking for a list of badly structured websites: Websites on which you find non closed html tags, for example. Websites that are very hard to parse.

By the way, does any one knows which is better; String based wrappers, or tree based wrappers?

Thanks in advance.
Posted

1 solution

a list of badly structured websites
You must be joking, right? What kind of need is it? If you are looking for some issues in a badly formed website, design one!

which is better; String based wrappers, or tree based wrappers?
Depends on scenario to scenario. Both have their own advantages and disadvantages.
Have a look at this PDF for comparison: Expressive Power of Tree and String Based Wrappers[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900