VOL. XVII-NO. 171 Template design is copyrighted,
Please do not copy.
FIVE CENTS

Monday, May 28, 2007

Common Errors in XML Layouts

The entity name must immediately follow the '&' in the entity reference


Use & instead of "&" in your template.

The element type "div" must be terminated by the matching end-tag


There is an open tag in your template, so close it.

The element type "img" must be terminated by the matching end-tag


You havent terminated your IMG tag properly, in your template code
change <img src="http://...." > to <img src="http://..." /> .
Note the forward trailing slash before closing the angular bracket.

0 Comments:

Post a Comment

<< Home