/stage/utilities/README.txt
Plain Text | 9 lines | 5 code | 4 blank | 0 comment | 0 complexity | ee55ee0afb61d7e0191c351b80e96612 MD5 | raw file
1Use the configuration converter stylesheet to convert an XML configuration file from schema version 3 to 4. 2 3Since there are some structural changes to the XML configuration file, this helps ease the transition. 4Note that the Data Tool will continue to be backwards compatible with the earlier versions of the XML schema. 5 6Here is an example of how you would use this stylesheet with xsltproc and xmllint to convert IntegrationTest-3.xml: 7 8$ xsltproc configuration_converter_v3_to_v4.xslt IntegrationTest-3.xml | xmllint --format - > IntegrationTest-4.xml 9