Re: Attribute value normalization

Richard Tobin (richard@cogsci.ed.ac.uk)
Wed, 27 May 1998 13:57:21 +0100 (BST)


> Good to hear that. What happens if the keyword NMTOKENS is replaced
> with CDATA?

RXP and LT-XML produce (in canonical XML - I should have thought of
that last time):

<test>&#10;<test a=" test test "></test>&#10;<test a=" test test "></test>&#10;<test a=" test test "></test>&#10;<test a="&#13;&#10;&#13;&#10;test&#13;&#10;&#13;&#10;test&#13;&#10;&#13;&#10;"></test>&#10;<test a="&#13;&#13;test&#13;&#13;test&#13;&#13;"></test>&#10;<test a="&#10;&#10;test&#10;&#10;test&#10;&#10;"></test>&#10;</test>

Expat agrees.

-- Richard