> Error: Runtime error parsing document http://www.dargonzine.org/dz155.shtml: 
> unexpected char in declaration: '<'
>  Parsing failed.

There was an error parsing the document because the document is illegal.

For example, in that HTML source somebody put this:
<!- EDITORIAL BEGINS HERE -->
<!- EDITORIAL ENDS HERE -->

which isn't valid HTML. 
Tell the webmaster to correct their HTML. It should be this:
<!-- EDITORIAL BEGINS HERE -->
<!-- EDITORIAL ENDS HERE -->
similar to how they have done their comments earlier on the page.

This is another FAQ candidate. I wasn't aware of so many webmasters writing illegal 
comment 
tags.

Best wishes,
Robert
_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to