spec version

Imported from previous forum

I have received several xml files as examples that have

xmlns=“http://www.fixprotocol.org/working_groups/algowg/documents/ATDL-core-v2.4.9.xsd

Is this an old spec and if so how old (i.e. pre-1.0)?

I am expecting:
xmlns=“http://www.fixprotocol.org/FIXatdl-1-1/Core

I have received several xml files as examples that have

xmlns=“http://www.fixprotocol.org/working_groups/algowg/documents/ATDL-core-v2.4.9.xsd

Is this an old spec and if so how old (i.e. pre-1.0)?

I am expecting:
xmlns=“http://www.fixprotocol.org/FIXatdl-1-1/Core

And does anyone know of an XML transformer util for this?

I wrote a tool about 2 years ago that converts from ATDL 1.0 (2.4.9) to ATDL 1.1.
I used it just a few months ago. It doesn’t handle all of the features and has some difficulty with others, but it does get you about 90% there. I still had to go through the strategies by hand to make minor modifications.

I’ll send it to you and Steve offline. Let me know if you want the source (all Java/Jaxb).

-Greg