From: Sean Russell Date: 2001-11-14T04:50:16+09:00 Subject: [ruby-talk:25059] Re: XML support in the standard lib; what exactly? Robert Feldt wrote: > BTW, anyone got a XML grammar out there? Would be fun to try and generate > a parser for it in the Rockit 0.4 series... No, but it should be pretty easy to extract it from the spec. That's what I did with XPath, to create that grammar you and I have been discussing. I'm still stuck on the excludes, though. I'm not sure how to rewrite the grammar to get a BNF rule: something := every_token - but_this -- --- SER