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 .NET? Is there a tool that generates C# classes from RelaxNG schema?

Q3: Is there a Relaxer for Javascript?

AND, finally

Q4:
Is RelaxNG alive? Is it viable? Relevant and useful in the REST/JSON world? Are people still using it or is it going to fade, a good idea that has been dropped? I know that is subjective, but I'd like to know your assessment. I see only 9 or 10 RelaxNG Q's on stackoverflow, so I question the relevance of this technology. If not RelaxNG, then what? WADL? Nothing?


See Maintaining Consistency Between JavaScript and C# Object Models for a related question.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Rather than let this question hang out here unanswered forever, and going on the theory that no answer at all is actually a pretty definitive answer, I'm going to provide a response myself.

The answers:

  1. No, by all indications, Relaxer is not alive.

  2. There is no Relaxer for .NET

  3. There is no Relaxer for Javascript

  4. RelaxNG is apparently also dead.

in summary, Nobody cares.

link|improve this answer
I've successfully been using Tenuto as a RelaxNG validator for .NET. It is listed here: relaxng.org – 0xA3 Jul 16 '10 at 9:18
For what it's worth, Trang seems to do a lot of what Relaxer did, and is actively maintained: code.google.com/p/jing-trang – Tao Aug 9 '11 at 6:55
I have a specificiation for a Message Schema written in RelaxNG Compact format which I have to convert to an XSD. Yes people care. medical.nema.org/medical/dicom/final/sup95_ft.pdf – bleepzter Dec 7 '11 at 18:39
I do use Relax-NG, and I'd like to find a living .NET validator for it. – reinierpost Apr 24 at 15:14
By the way, Relax-NG itself seems to be just fine as it is, so there is little need for maintenance. – reinierpost Apr 24 at 15:23
feedback

Your Answer

 
or
required, but never shown

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