Named entity expected. Got none.

Showing 1-4 of 4 messages
Named entity expected. Got none. agrippaz 12/28/14 10:49 AM
When editing HTML, I have the following code calling an image:


This causes the built-in code validator to throw: "Named entity expected. Got none." for that line.

It seems to be related to "&" in the src URL. The following does not cause an error:

Re: Named entity expected. Got none. agrippaz 12/28/14 11:14 AM
Changing the & to & seems to resolve this. Not sure if this normal behavior or not; I usually just use & in URLs.
Re: [shiftedit] Re: Named entity expected. Got none. Adam Jimenez 12/28/14 2:15 PM
It's technically correct to use & albeit pedantic.

--
You received this message because you are subscribed to the Google Groups "ShiftEdit - Web based IDE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shif...@googlegroups.com.
To post to this group, send email to shif...@googlegroups.com.
Visit this group at http://groups.google.com/group/shiftedit.
For more options, visit https://groups.google.com/d/optout.



--
Best regards,
Adam Jimenez

ShiftCreate Limited
Re: Named entity expected. Got none. Nasser Moore 5/1/15 12:55 PM
You should actually use %26 instead because I don't think you can use HTML entities in URLs