7

Are there any open source RELAX NG C++ code generator?

Thanks.

Alon Gubkin
  • 56,458
  • 54
  • 195
  • 288
  • I'm confused -- do you want something that takes a RELAX NG specification and generates C++ code recognising an XML document conforming to that specification, or do you want a library to create RELAX NG documents? – Billy ONeal Apr 11 '10 at 18:06
  • 1
    takes a RELAX NG specification and generates C++ code recognising an XML document conforming to that specification – Alon Gubkin Apr 12 '10 at 12:11

1 Answers1

1

I know of none for RELAX NG. However, if you can bring yourself to generate or convert your schema files as XML Schema, then it would be worthwhile to take a look at the C++ code generators from CodeSynthesis. They are GPLv2 open source, with proprietary licenses also available.

http://www.codesynthesis.com/products/

Brian H
  • 254
  • 1
  • 5