Re: [xml-dev] XML Schema to EBNF

From
Pete Cordell <>
To
'Suresh Joshee' <>,
Date
2007-09-10T09:05:36Z
ID
<007d01c7f389$c32f13e0$4000a8c0@Codalogic>
Thread
Re: [xml-dev] XML Schema to EBNF
When I did a schema parser I used a non-XML aware Perl script to digest the 
DTD for schemas and generate code from that.  The generated code then sat on 
top of an  XML parser.

HTH,

Pete.
--
=============================================
Pete Cordell
Codalogic
for XML Schema to C++ data binding visit
 http://codalogic.com/lmx/
=============================================

----- Original Message ----- 
From: "Michael Kay" <>
To: "'Suresh Joshee'" <>; <>
Sent: Monday, September 10, 2007 8:59 AM
Subject: RE: [xml-dev] XML Schema to EBNF


> There is a "schema for schemas" published as part of the XML Schema
> recommendation.
>
> Michael Kay
> http://www.saxonica.com/
>
>
>  _____
>
> From: Suresh Joshee [mailto:]
> Sent: 10 September 2007 05:49
> To: 
> Subject: [xml-dev] XML Schema to EBNF
>
>
> Hello All,
>
> I am trying to develope XML schema syntax checker. I am looking for EBNF
> form of W3C XML Schema. Anybody has an idea where to get that? I have been
> googling last couple of days and could not find relevant resources.
>
> Thanks in advance,
> Suresh
>
>