You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently CIMTool has an html.xsl builder that auto-generates HTML documentation corresponding to a profile. The effort required for the Part 3 through Part 9 teams to create tables in Word that properly reflect the classes/attributes in a profile is fairly time intensive. A request has been made for an equivalent builder to generate documentation for the profile in RTF format. The following is required:
Concrete Types, Abstract Types, Compound Types, Enumeration Types, and Simple Types should all be generated in a standalone RTF file.
The generated RTF should have bookmarks assigned to all classes with appropriate hyperlinks from the Type column in the tables to the corresponding Type definition in the document. This will allow for easy navigation between references within the documentation and will be especially useful for large profiles.
There should be 2 versions of the RTF generator. One that generates a full standalone file (i.e. rtf-profile-full.xsl) and another providing an "abbreviated" RTF file (i.e. rtf-profile-abbr.xsl) that contains only the Concrete Types and Abstract Types. This variant of the XSL transform builder will be used to copy/paste into IEC standards publications with the intent to have distinct and separate sections later in the document that contains Compound Types, Enumeration Types, and Simple Types "common" across all profiles in the IEC publication.
The text was updated successfully, but these errors were encountered:
admin-cimug
changed the title
Create a new builder to generate profile documentation in RTF format
Create a new builder to generate profile documentation as an RTF file
Aug 18, 2022
Note: The abbreviated documentation builder (rtf-profile-abbr.xsl) was paused and not included in the work done for this issue. This will only be picked up if the members of the WG14 Part teams determine it is needed. If so issue #29 would also need to be reopened and the work done in parallel.
Currently CIMTool has an html.xsl builder that auto-generates HTML documentation corresponding to a profile. The effort required for the Part 3 through Part 9 teams to create tables in Word that properly reflect the classes/attributes in a profile is fairly time intensive. A request has been made for an equivalent builder to generate documentation for the profile in RTF format. The following is required:
The text was updated successfully, but these errors were encountered: