Questions tagged [relaxer]

2 questions
9
votes
2 answers

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 Java classes from .RNG? Q2: Is there a Relaxer for…
Cheeso
  • 189,189
  • 101
  • 473
  • 713
2
votes
1 answer

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 (loose assumption). I especially fancy the compact…
Sebastian Ganslandt
  • 965
  • 2
  • 13
  • 26