[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] What does it mean to lexically distinguish significant and insignificant whitespace?
- From: Michael Kay <mike@saxonica.com>
- To: "Costello, Roger L." <costello@mitre.org>
- Date: Wed, 13 Sep 2017 12:45:17 +0100
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. <costello@mitre.org> 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: xml-dev-unsubscribe@lists.xml.org
> subscribe: xml-dev-subscribe@lists.xml.org
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]