<ph conkeyref="strings-prods/product-name"/>
Now, when I build the entire manual using a transformation, the reuse strings like "product-name" get pulled in correctly. But when I try to generate only a single chapter (i.e., an individual ditamap within the project), the reuse strings are not found. I get errors like this:
As a result, my string is replaced by a blank space in the transformed output.[DOTJ046E] Conkeyref="strings-prods/product-name" can not be resolved because it does not contain a key or the key is not defined. The build will use the conref attribute for fallback, if one exists.
How do I resolve this so that these reuse strings are available everywhere? I cannot understand the error message and your documentation is not helpful.