DTD generator? #constraints


ben.colborn@...
 

Is there an online version of the DTD generator available? https://github.com/jelovirt/dita-generator

The link in the README leads to an error.

Ben


Jarno Elovirta
 

Hi,

Unfortunately it’s pretty much abandonware. I think it would still work, but it’s not hosted anywhere anymore. You know, a hobby project and lack to time.

J

--
Sent from a mobile device.

On 26. Jul 2022, at 16.14, ben.colborn via groups.io <ben.colborn@...> wrote:

Is there an online version of the DTD generator available? https://github.com/jelovirt/dita-generator

The link in the README leads to an error.

Ben


Chris Papademetrious
 

Hi Ben,

If a RelaxNG-based plugin is acceptable to you, you could have a look at make_dita_grammar.pl:

https://github.com/chrispy-snps/DITA-plugin-utilities#make_dita_grammarpl

See here for some example input files and the resulting ready-to-install DITA-OT plugins.

 - Chris


ben.colborn@...
 

Thanks for the response Jarno. That's what I expected.

Chris, thank you too. Your script looks interesting and I'll take a look.