Total Validator and Seaside

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Total Validator and Seaside

BrunoBB
Hi all,

I'm using Seaside to build a Web App. Now is almost finished but it has a lot of errors and warning after Total Validator page evaluation.

One of the errors is the following (67 instances in the page):
Found '&' within 'href'. You should use '&' instead:

I know it possible to change this, but can someone point out some class ?

Now searching...

Regards,
Bruno
Reply | Threaded
Open this post in threaded view
|

Re: Total Validator and Seaside

BrunoBB
It should say:

Found '&' within 'href'. You should use '[&]amp;' instead:
Reply | Threaded
Open this post in threaded view
|

Re: Total Validator and Seaside

BrunoBB
Hi,

so far I have found:

XMLTokenizer>>initEntities
DTDEntityDeclaration>>leadIn

But not sure what to do...

Regards,
Bruno
Reply | Threaded
Open this post in threaded view
|

Re: Total Validator and Seaside

BrunoBB
Hi,

Forget this, my fault.

Now working OK, no Parsing errors with '&'.

Regards,
Bruno