New User, DoD DTD Implementation Help Needed
Posted: Mon Feb 14, 2011 9:10 pm
I have been out of the XML authoring arena for a few years and, to say the least, I am struggling to get back up to speed. Your patience and any assistance are greatly appreciated!!
I am using Windows XP Pro and evaluating/using Oxygen Editor 12.1.
We received a technical manual XML file from a Department of Defense customer, based on a DoD (-2361) DTD and our task is to incorporate a change (revision). Along with the .xml file I received an FO (.fo) file, a .dss file, and a plethora of general entity (.gent) and graphic files. We are planning on using Oxygen as our XML Editor moving forward.
I am having difficulties understanding which style sheet to use, if the FO or DSS file needs to be converted and then how to apply it to the top-level document.
Also, there is a cascading string of entity declarations and I cannot figure out how to get them to “roll-up” into the top-level document. Can the XML file “pull in” the referenced entity and graphic files to expand them as one hierarchical, editable document? In the sample below the entity declarations contain more declarations themselves.
Having these instances supplied by another company, is it possible they are using a content management system that is pulling all of this data together?
This is a sample of what I have in the top-level document:
<!DOCTYPE production PUBLIC "-//USA-DOD//DTD MIL-STD-2361 TM Assembly REV D.10 20101110//EN" "../DTD/production.dtd">
<production>
<xml.manual>
<!--Front Matter-->
&FRNT-11-5820-890-13NP-9;
<!--INTRO
&R00001-INTRO-11-5820-890-13NP-9;-->
<!--PIM-->
&PIM-11-5820-890-13NP-9;
<!--PIM2-->
&PIM2-11-5820-890-13NP-9;
<!--PIM3-->
&PIM3-11-5820-890-13NP-9;
<!--Rear Matter-->
&REAR-11-5820-890-13NP-9;
</xml.manual>
</production>
Yes, I am way behind the power-curve regarding our saavy of XML techniques, but we are on a quick turn to get this back to the customer. I’ve been trying a crash course using the Oxygen supplied help files, but any additional guidance or references to lessons along these topics is truly appreciated!
I am using Windows XP Pro and evaluating/using Oxygen Editor 12.1.
We received a technical manual XML file from a Department of Defense customer, based on a DoD (-2361) DTD and our task is to incorporate a change (revision). Along with the .xml file I received an FO (.fo) file, a .dss file, and a plethora of general entity (.gent) and graphic files. We are planning on using Oxygen as our XML Editor moving forward.
I am having difficulties understanding which style sheet to use, if the FO or DSS file needs to be converted and then how to apply it to the top-level document.
Also, there is a cascading string of entity declarations and I cannot figure out how to get them to “roll-up” into the top-level document. Can the XML file “pull in” the referenced entity and graphic files to expand them as one hierarchical, editable document? In the sample below the entity declarations contain more declarations themselves.
Having these instances supplied by another company, is it possible they are using a content management system that is pulling all of this data together?
This is a sample of what I have in the top-level document:
<!DOCTYPE production PUBLIC "-//USA-DOD//DTD MIL-STD-2361 TM Assembly REV D.10 20101110//EN" "../DTD/production.dtd">
<production>
<xml.manual>
<!--Front Matter-->
&FRNT-11-5820-890-13NP-9;
<!--INTRO
&R00001-INTRO-11-5820-890-13NP-9;-->
<!--PIM-->
&PIM-11-5820-890-13NP-9;
<!--PIM2-->
&PIM2-11-5820-890-13NP-9;
<!--PIM3-->
&PIM3-11-5820-890-13NP-9;
<!--Rear Matter-->
&REAR-11-5820-890-13NP-9;
</xml.manual>
</production>
Yes, I am way behind the power-curve regarding our saavy of XML techniques, but we are on a quick turn to get this back to the customer. I’ve been trying a crash course using the Oxygen supplied help files, but any additional guidance or references to lessons along these topics is truly appreciated!