COMPLETED TASK: Write XSLT to convert old IMT formats to new.
Posted by mholmes on 16 Feb 2007 in Activity log, Tasks
We need to automatically convert any old IMT doc to the new format before loading it. This is the list of XSLT files needed, and what should be included in each:
- imt_1_4_to_imt_1_5.xsl. This should include the two changes for this release, which are:
- Remove the
xsi:schemaLocation
attribute from the root element. - Add any processing instructions for linking RNG files which we have decided to adopt (see previous post).
- Remove the
- imt_1_0_to_imt_1_5.xsl. This should be based on the existing imt_1_0_to_imt_1_4.xsl, but with the addition of the changes above.
- imt_1_3_to_imt_1_5.xsl. This should be based on the existing imt_1_3_to_imt_1_4.xsl, but with the addition of the changes above.
Other files can be dropped from the conversions
folder and archived.