During preparation for the new CIMTool-XSLT-Builders repository it was discovered that the new profile-doc-rtf.xsl builder entry in the .builders file that was introduced in the 1.10.0 release was incorrectly defined.
The following entry:
"rtf": {
"type": "TRANSFORM",
"style": "profile-doc-rtf",
"datetime": "2022-08-01T00:00:00Z",
"ext": "rtf"
}
...should be changed to:
"profile-doc-rtf": {
"type": "TRANSFORM",
"style": "profile-doc-rtf",
"datetime": "2022-08-01T00:00:00Z",
"ext": "rtf"
}
The outermost key (i.e. profile-doc-rtf) for the entry must always match the value of the "style" property within the builder definition.
During preparation for the new CIMTool-XSLT-Builders repository it was discovered that the new
profile-doc-rtf.xslbuilder entry in the.buildersfile that was introduced in the 1.10.0 release was incorrectly defined.The following entry:
...should be changed to:
The outermost key (i.e. profile-doc-rtf) for the entry must always match the value of the "style" property within the builder definition.