/stage/utilities/README.txt

http://github.com/t11e/discovery_datatool · Plain Text · 9 lines · 5 code · 4 blank · 0 comment · 0 complexity · ee55ee0afb61d7e0191c351b80e96612 MD5 · raw file

  1. Use the configuration converter stylesheet to convert an XML configuration file from schema version 3 to 4.
  2. Since there are some structural changes to the XML configuration file, this helps ease the transition.
  3. Note that the Data Tool will continue to be backwards compatible with the earlier versions of the XML schema.
  4. Here is an example of how you would use this stylesheet with xsltproc and xmllint to convert IntegrationTest-3.xml:
  5. $ xsltproc configuration_converter_v3_to_v4.xslt IntegrationTest-3.xml | xmllint --format - > IntegrationTest-4.xml