nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | FIX4x.xml from quickfixengine.org |
2 | FIX5x.xml from http://sourceforge.net/projects/quickfix/files/ |
||
3 | |||
4 | FIX.xml is a modified FIX50SP2.xml with fields from previous versions. |
||
5 | cf new field attributes 'since' and 'until'. |
||
6 | |||
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. |
||
11 | |||
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 |
||
14 | example |
||
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 |
||
18 | |||
19 | NOTES: |
||
20 | - fix_field structure should use 'since' and 'until' attributes for removed |
||
21 | tags. |
||
22 | |||
23 | TODO: |
||
24 | - make packet-fix.h autogenerated |