Error message from http://validator.w3.org/check:
Line 335, Column 14: document type does not allow element "ul" here; assuming missing "li" start-tag.
To put it simply; Make sure all outputted code by EPiServer is valid XML.
E.g. the WYSIWYG editor does _not_ output valid XML (I believe it is a 3rd party component and may be changed).
If you are using versions prior to 5 the templates supplied with the EPiServer installation is ONLY examples and needs to be changed in order to create a site that validates.
There has been some words around the forum that with the 5 version some templates shall be considered production so hopfully they will validate.
Then if EPiServer.WebControls.PageTree is used it is not designed in a way that will make it easy to create valid ul/li html. In my opinion it's easiest to create a new webcontrol based on EPiServer.WebControls.PageTreeData and make a proper templates so that proper ul/li rendering can be made over and over again.
Regards
HAXEN
within
. Example of proper use:- ... Level one, number one...
- ... Level two, number one...
- ... Level two, number two...
- ... Level three, number one...
- ... Level two, number three...