Re: [xml-dev] Non-infoset

From
<>
To
Date
2005-04-10T21:15:08Z
ID
<>
Thread
Re: [xml-dev] Non-infoset
In article <> you write:

>> - the nature and amount of whitespace inside tags;
>
>What?
>
><p>This sentence contains <em>emphasized</em> text.</p>
>
>Has important characteristics in the whitespace.

That's whitespace *between* tags, not *inside* them.  A tag is the
bit in angle brackets (a start tag, an end tag, or an empty tag).

-- Richard