OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Ambiguity in XML spec

[ Lists Home | Date Index | Thread Index ]
  • From: Steve Schafer <pandeng@telepath.com>
  • To: xml-dev@xml.org
  • Date: Fri, 19 May 2000 09:59:03 -0500

On 19 May 2000 13:09:24 GMT, richard@cogsci.ed.ac.uk (Richard Tobin)
wrote:

>The grammar in the spec describes the language correctly, and the
>productions in question can be used directly with compiler-generators
>like yacc.

That's simply not true. yacc generates parsers for LALR(1) grammars,
and the grammar in the XML spec is not LALR(1), unless, as I mentioned
earlier, you omit at least some of the regular expression-based
productions.

If you _do_ omit those productions, then you need to have a lexical
analyzer that can handle them, and there is no _single_ lexical
analyzer that can handle all of them, because the rules for
tokenization are strongly dependent on context.

-Steve Schafer


***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS