Daniel John Debrunner commented on DERBY-936: ---------------------------------------------
Does dita have the concept of a variable, so the version could be stored in one place, rather than each file? *** (LS) Yes, DITA has the concept of variables. They are called "conrefs". Each book has a file that contains the conrefs for that book. For example, the conrefs file for the Developers Guide is devconrefs.dita. For example, the product name "Derby" has a conref and is envoked with these tags: <ph conref="devconrefs.dita#prod/productshortname"></ph> -- Laura Stewart
