[VE][xmlwf] Anchor href problem

Error [xmlwf]: " XML Parsing Error: xmlParseEntityRef: no name" 
NOTE: Whenever possible, give the address of the document you were checking.
à Sorry, running a local project here…

Hi,

I get the error message above when validating a page.

This is the code:

<a href=”javascript:myNamespace.navigateTo('/Somewhere/Home/14/');”>…</a>

Changing it to

<a
href=”javascript:myNamespace.navigateTo('%2FSomewhere%2FHome%2F14%2F')%3B”>…
</a>

did not help and gives the same error.

 

Besides the validation error everything works fine in both scenario’s in FF,
IE, Safari, Chrome and Opera (all latest versions).

Any clues would be very welcome!

 

Cheers, 

Jos

Received on Friday, 5 December 2008 10:40:19 UTC