software elements in machinery task
Posted: Wed Mar 26, 2025 5:37 pm
Hello,
How can I use Software elements (cmdname, filepath, etc.) in a machinery task? I tried adding the SW domains in the machineryTask.dtd template, but it doesn't work, please see below and thanks fo answer:
These parts were added into the machineryTask.dtd:
How can I use Software elements (cmdname, filepath, etc.) in a machinery task? I tried adding the SW domains in the machineryTask.dtd template, but it doesn't work, please see below and thanks fo answer:
These parts were added into the machineryTask.dtd:
Code: Select all
<!ENTITY % taskreq-d-dec
PUBLIC "-//OASIS//ENTITIES DITA 1.3 Task Requirements Domain//EN"
"../../technicalContent/dtd/softwareDomain.ent"
>%taskreq-d-dec;
DOMAIN EXTENSIONS
<!ENTITY % ph "ph |
%sw-d-ph; |
<!ENTITY % keyword "keyword |
%sw-d-keyword; |
DOMAINS ATTRIBUTE OVERRIDE
<!ENTITY included-domains
&sw-d-att;
DOMAIN ELEMENT INTEGRATION
<!ENTITY % taskreq-d-def
PUBLIC "-//OASIS//ENTITIES DITA 1.3 Task Requirements Domain//EN"
"../../technicalContent/dtd/softwareDomain.mod"
>%taskreq-d-def;