-
1. Re: Quick way to validate DITA specializations
saprentice Sep 30, 2014 11:56 AM (in response to Gorly)Hi Alex...
I'm assuming that this is not a DITA (XML) file but a structured FM file that has a custom DITA EDD applied? How about this ..
First, open the file and choose Export Element Catalog to EDD, then with the exported EDD, choose Save As DTD. This will give you a DTD of the "specialized" model. Then do the same with a "standard" DITA topic, so you get a DTD form the standard model. Use a Diff tool to compare the two.
The Export as EDD should generate the element definitions in alpha order, so your Diff process should be reasonably useful. Of course, this will depend on the topic mode that the custom file was specialized from. You'll want to keep that in mind when creating the "standard" file to use as the base.
Might work.
Cheers,
…scott
-
2. Re: Quick way to validate DITA specializations
Gorly Sep 30, 2014 12:39 PM (in response to saprentice)Hi Scott,
thanks for the idea - that might indeed have worked.
But just some time ago my customer scrapped even the work I invested so far ("this is far too detailed, we don't need it that detailed").
So - now where has that "Helpful answer" button gone?
-
3. Re: Quick way to validate DITA specializations
saprentice Sep 30, 2014 1:26 PM (in response to Gorly)Cool. That's even easier!
Good luck!


