[Home] [By Thread] [By Date] [Recent Entries]

  • From: Rob Lugt <roblugt@e...>
  • To: John Cowan <jcowan@r...>, Tim Bray <tbray@t...>
  • Date: Wed, 28 Feb 2001 23:30:16 +0000

John Cowan wrote
> Nsgmls in -xml mode, which is not a fully compliant XML processor, accepts
it
> as valid.  This is a good indication that it was "supposed to work".
> So I suppose I am wrong.
>
> I will bring it up to the Core WG.

John - if, as Tim Bray and Chris Maden suggest, entities containing
whitespace should be treated as common-or-garden whitespace, I would like
clarification on whether character references that resolve to whitespace
should be treated in the same way.  In an earlier post I offered this
example:-

<?xml version = "1.0"?>
<!DOCTYPE tests [
<!ELEMENT tests (test)*>
<!ELEMENT test (child)*>
]>
<tests>
  <test>&#32;</test>  <!-- valid ?? -->
  <test>&#33;</test>  <!-- invalid -->
</tests>

It doesn't look right, but is it a correct interpretation of the
recommendation?

Many thanks
Rob Lugt
ElCel Technology



Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member