1 FIX4x.xml from quickfixengine.org
2 FIX5x.xml from http://sourceforge.net/projects/quickfix/files/
4 FIX.xml is a modified FIX50SP2.xml with fields from previous versions.
5 cf new field attributes 'since' and 'until'.
7 hfField.xsl: generate hf_register_info list.
8 hfDecl.xsl : generate fix_field list.
9 Values.xsl : generate value_string and string_string tables.
10 hfList.xsl : find the last tag number.
12 packet-fix.h: Values.xsl hfDecl.xsl hfField.xsl output on FIX.xml follow
13 by output of hfList.xsl on FIX40.xml to FIX44.xml
15 (xsltproc Values.xsl FIX.xml ; xsltproc hfDecl.xsl FIX.xml; xsltproc hfField.xsl FIX.xml;\
16 xsltproc hfList.xsl FIX40.xml; xsltproc hfList.xsl FIX41.xml; xsltproc hfList.xsl FIX42.xml;\
17 xsltproc hfList.xsl FIX43.xml; xsltproc hfList.xsl FIX44.xml) > packet-fix.h
20 - fix_field structure should use 'since' and 'until' attributes for removed
24 - make packet-fix.h autogenerated