- From: Rob Lugt <roblugt@elcel.com>
- Date: Wed, 19 Jun 2002 09:07:11 -0400 (EDT)
- To: "Karl Waclawek" <karl@waclawek.net>
- Cc: <public-xml-testsuite@w3.org>, <xml-editor@w3.org>
I wrote
> Perhaps you give a little example of a standalone document that
> you think has these attributes?
>
I have been experimenting with this a little further, and I think I've
devised a test case that pinpoints the VC: Standalone Document:
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE test [
<!ELEMENT test EMPTY>
<!ENTITY % pe "
<!ENTITY x 'x'>
<!ATTLIST test foo CDATA '&x;'>
" >
%pe;
]>
<test foo='x'/>
Do you agree this test file is
a) well-formed
b) invalid, for the only reason that the default value for parameter foo
refers to &x; which is 'externally' declared.
Regards
~Rob
Received on Wednesday, 19 June 2002 10:46:36 UTC