|
FIXML
< Previous Next >
re: Latest DTD
John Goeller / Salomon Smith Barney 6 Jul 1999 1:43PM ETThe FIXML DTDs are currently available on the FIX web-site www.fixprotocol.org under the FIXML Working Group section.
http://www.fixprotocol.org/cgi-bin/rbox/Workgroup.cgi?id=928951581&menu=928951581
There is actually not one DTD but nine separate DTDs that need to be downloaded separately. The main DTD is called fixmlmain.dtd. This is the DTD that your XML message would reference with the following statement:
<?xml version='1.0'?><!DOCTYPE FIXML SYSTEM 'fixmlmain.dtd'>
> HI ALL,
>
> I AM NEW TO FIX AND I HAVE DOWNLOADED ALL THE THREE DOCUMENTS RELATED TO FIX SPECIFICATION FROM "FIXPROTOCOL.COM" SITE. NOW I WANT TO KNOW WHETHER FIX XML DTD IS AVAILABLE TO DOWNLOAD OR NOT ? IF YES FROM WHERE?
>
> PLEASE REPLY.
>
> THANKS IN ADVANCE
>
> MIHIR.
>
>
>
>
>
> > Thanks for this. Looks like the DTD I was using was very old. There were no external SYSTEM references at all.
> >
> > I will keep you posted on how I get on.
> >
> > Regards
> >
> > Paul
> >
> > > The FIXML working group is still active. Most of our discussions have been held via email. I'll ensure your are added to my email list. We are currently working on pilot applications based on the DTDs currently available on http://www2.innovision.com/xmlprotocols/fixml/fixmlmaindoc/fixmlmain.html.
> > >
> > > The vendor Innovision helped with the DTD development and is hosting them for us.
> > >
> > > There is actually not one DTD but nine separate DTDs that need to be downloaded separately. The main DTD is called fixmlmain.dtd. This is the DTD that your XML message would reference with the following statement:
> > > <?xml version='1.0'?><!DOCTYPE FIXML SYSTEM 'fixmlmain.dtd'>
> > >
> > > This DTD contains Entity references to the other DTDs. These references act like #include(s) for a C preprocessor.
> > >
> > > When loading the DTD, the parser will probably display some warning messages like:
> > >
> > > Base.dtd: 85, 45: Warning: Entity name, "EmptyListStatusRequest", already define
> > > d. This declaration will be ignored.
> > >
> > > This warning can be ignored for right now. It may not be generated with every type of parser.
> > >
> > > The current version of the IBM parser 2.0 is available for download from www.alphaworks.ibm.com. It is much faster then previous versions.
> > >
> > >
> > >
> > >
> > > > Hi
> > > >
> > > > I have started working with the FIXML dtd. I ran the DTD through the IBM XML4J Parser ( See www.alphaworks.ibm.com ) and it reported some errors/warnings. One seemed to be a typo and the others where replications within the OR tests for element constructs.
> > > >
> > > > What is the current version of the DTD. The one that I have has a size of 46941 bytes.
> > > >
> > > > I have fixed the errors in the DTD that I have. The diff is as follows:
> > > >
> > > > 321c321
> > > > < <!ATTLIST OrderCancelReq
> > > > ---
> > > > > <!ATTLIST OrderCancelRepl
> > > > 726,727c726,727
> > > > < MA|MS|MT|I|MX|MW|MI|p|M|MU|OM|NC|NG|NR|NT|NA|OI|OB|N|NZ|NI|OS|OL|P|PL|PA|PH|
> > > > < X|RO|SA|SP|SI|SS|SZ|O|ST|SG|Z|TW|TA|BK|TH|T|K|TO|TR|TN|TU|V|VE|VI|ZI|0|1|2|3|4|5|
> > > > ---
> > > > > MA|MC|MS|MT|I|MX|MW|MI|p|M|MU|OM|NC|NG|NR|NT|NA|O|OI|OB|N|NZ|NI|OS|OL|P|PL|PA|PH|
> > > > > X|RO|SA|SP|SI|SS|SZ|O|ST|SG|Z|TW|TA|BK|TH|T|K|TO|TR|TN|TU|V|VE|VI|ZI|Z|0|1|2|3|4|5|
> > > > 844c844
> > > > < U|W) #REQUIRED >
> > > > ---
> > > > > U|W|Y) #REQUIRED >
> > > > 1170,1171c1170,1171
> > > > < MA|MS|MT|I|MX|MW|MI|p|M|MU|OM|NC|NG|NR|NT|NA|O|OI|OB|N|NZ|NI|OS|OL|P|PL|PA|PH|
> > > > < X|RO|SA|SP|SI|SS|SZ|ST|SG|TW|TA|BK|TH|T|K|TO|TR|TN|TU|V|VE|VI|ZI|Z|0|1|2|3|4|5|
> > > > ---
> > > > > MA|MC|MS|MT|I|MX|MW|MI|p|M|MU|OM|NC|NG|NR|NT|NA|O|OI|OB|N|NZ|NI|OS|OL|P|PL|PA|PH|
> > > > > X|RO|SA|SP|SI|SS|SZ|O|ST|SG|Z|TW|TA|BK|TH|T|K|TO|TR|TN|TU|V|VE|VI|ZI|Z|0|1|2|3|4|5|
> > > > 1837,1838c1837,1838
> > > > < MA|MS|MT|I|MX|MW|MI|p|M|MU|OM|NC|NG|NR|NT|NA|O|OI|OB|N|NZ|NI|OS|OL|P|PL|PA|PH|
> > > > < X|RO|SA|SP|SI|SS|SZ|ST|SG|Z|TW|TA|BK|TH|T|K|TO|TR|TN|TU|V|VE|VI|ZI|0|1|2|3|4|5|
> > > > ---
> > > > > MA|MC|MS|MT|I|MX|MW|MI|p|M|MU|OM|NC|NG|NR|NT|NA|O|OI|OB|N|NZ|NI|OS|OL|P|PL|PA|PH|
> > > > > X|RO|SA|SP|SI|SS|SZ|O|ST|SG|Z|TW|TA|BK|TH|T|K|TO|TR|TN|TU|V|VE|VI|ZI|Z|0|1|2|3|4|5|
> > > >
> > > >
> > > > I am still keen to participate in the development of the standard. After the London Forum discussions and the email sent to the working group I have yet to hear anything.
> > > >
> > > > Regards,
> > > >
> > > > Paul
> > > >
> > >
> >
>
Latest DTD Paul Brant / Deutsche Bank 17 Mar 1999 11:33PM ET re: Latest DTD John Goeller / Salomon Smith Barney 18 Mar 1999 8:34AM ET re: Latest DTD John Goeller / Salomon Smith Barney 6 Jul 1999 1:43PM ET re: Latest DTD John Goeller / Salomon Smith Barney 19 Aug 1999 8:05AM ET
|