Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
639 views

Is there a Relaxer for .NET? Is Relaxer alive? Is RelaxNG viable?

I read about Relaxer, the thing that compiles .RNG to Java classes. BBut the website, http://www.relaxer.org/, is dead. Q1: Is Relaxer alive? Is it real, does it work? Is it reasonable to generate ...
2
votes
1answer
355 views

Relaxer or JAXB for XML->Object Model?

I would like generate an AST from my XML-definition, to be used for code generation later on. The XML schema is written in Relax NG, since it seemed like a neater and more modern than XSD and DTD ...