Re: Q: Using XML entities for href's - More questions about entities

Richard Tobin (richard@cogsci.ed.ac.uk)
Wed, 4 Mar 1998 13:30:43 GMT


> When I try to reference an entity within an attribute value, the parser (I am
> using msxml) complains.
> The message that I am getting is 'Invalid element in context of 'APP'. Expected
> [ADDURL,EDITURL] in line 3 and column 18. This message makes no sense to me.

Looks OK to me (and rxp), except that <?XML should be lower case.

The error message appears to be objecting to the element content,
rather than the attribute value. Also line 18, column 3 looks a
lot more plausible than the other way round.

-- Richard