Re: [xml-dev] What does it mean to lexically distinguish significant and insignificant whitespace?

From
Michael Kay <>
To
"Costello, Roger L." <>
Date
2017-09-13T11:45:17Z
ID
<>
Thread
Re: [xml-dev] What does it mean to lexically distinguish significant and insignificant whitespace?
What I meant by the phrase is that when you see

<a>
  <b/>
</a>

there is nothing within the document itself to tell you whether the whitespace is significant; you typically need external information (e.g. a schema or DTD, or just outside knowledge) to know.

One can envisage other notations that make such a distinction: e.g. if all significant text appeared within chevrons, it would be

<a>
  <b/>
</a>

versus

<a>«
»<b/>«
»</a>

Michael Kay


> On 13 Sep 2017, at 12:33, Costello, Roger L. <> wrote:
> 
> Michael Kay wrote:
> 
>> significant and insignificant whitespace
>> can't be lexically distinguished.
> 
> What does that mean? 
> 
> What does it mean to "lexically distinguish" significant and insignificant whitespace?
> 
> /Roger
> 
> _______________________________________________________________________
> 
> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
> to support XML implementation and development. To minimize
> spam in the archives, you must subscribe before posting.
> 
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: 
> subscribe: 
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php