|
FAST Protocol
< Previous Next >
FAST 1.2 clarification
Craig Richards / BourseTech <> 21 May 2009 4:38PM ET In the FAST 1.2 spec, it states:
So:
<string name=”Foo”> <copy/> </string>
translates to:
<field name=”Foo”> <string> <copy/> </string> </field>
I'd like to know what <string name="Foo" id="12"> <copy/> </string> translates to. Is it
1. <field name=”Foo” id="12"> <string> <copy/> </string> </field>
or
2. <field name=”Foo”> <string id="12"> <copy/> </string> </field>
or
3. either one is acceptable.
Thanks,
Craig
FAST 1.2 clarification Craig Richards / BourseTech 21 May 2009 4:38PM ET |