How do I get the latest fixml ".dtd"?

Imported from previous forum

How do I get the lattest fixml ".dtd"?
Is there more than one? If so, is there one for each specific type of financial transaction?

[ original email was from John Goeller - john.goeller@ssmb.com ]
The DTD’s are in the FIXML Working Group Archive.

http://www.fixprotocol.org/cgi-bin/rbox/Workgroup.cgi?id=928951581&menu=928951581#archive

They were revised on November 11th, 1999 as Version 1.1.

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.

> How do I get the lattest fixml ".dtd"?
> Is there more than one? If so, is there one for each specific type of financial transaction?
>
>
>

I’d like to know as well.

> How do I get the lattest fixml ".dtd"?
> Is there more than one? If so, is there one for each specific type of financial transaction?
>
>
>

You can presently find FIX 4.1 and 4.2-based DTDs in the Working Groups, FIXML archive section.

> I’d like to know as well.
>
> > How do I get the lattest fixml “.dtd”?
> > Is there more than one? If so, is there one for each specific type of financial transaction?
> >
> >
> >
>