Print

Print


Tony Gill wrote:

><META NAME="DC.language " CONTENT="(SCHEME="ISO 639") en">

There is a problem with the syntax here.  When Composer parses
it, it sees:

    CONTENT="(SCHEME="

which it understands as an attribute with value '(SCHEME='

and then it sees:

    ISO 639") en"

which it ignores because it doesn't have an attribute name and an
equals sign.

It would be better written as:

<META NAME="DC.language " CONTENT="(SCHEME=ISO 639) en">

I don't think quotes are needed round the scheme name even if it
has spaces in.  If you really need a quote in an attribute value,
you have to write &quot;.

This explains why Composer loses the value.

Charles

------------------------------------------------------------------------
Any views expressed in this message are those of the individual  sender,
except  where  the  sender  specifically  states them to be the views of
Reuters Ltd.