vote up 0 vote down star

I'm looking for a BNF/EBNF of XML Schema. I just found the one for XML (http://www.w3.org/TR/REC-xml or extracted at http://www.jelks.nu/XML/xmlebnf.html).

Well it's a starting point, but I'm curious that I couldn't find a more specific one for XML Schema.

flag

2 Answers

vote up 0 vote down check

I guess because nobody finds that useful, and it would be too complex. If somebody want to define an XML language, such as XML Schema, they would probably use XML primitives like elements or attributes (using XML Schema, Relax NG, DTD, etc.), not characters. One of the reasons XML was invented is to have a meta language for creating other languages.

link|flag
Well, I think I'm ok with your answer. – rebugger Oct 18 at 19:11
vote up 0 vote down

I think the fiirst step would be to start with the xsd for XML Schema and to use Colibri to generate a bnf grammar.

I will check when i m back home. The Colibri's author say:

Il s'agit là d'un premier jet que nous pourrions affiner.

But i definitevly think it got potential.

link|flag
1  
For everyone who can't read french (like me), here is the (google)translation: "This is a first draft that we could refine." – rebugger Oct 16 at 19:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.