-
Notifications
You must be signed in to change notification settings - Fork 316
Open
Description
quickfix/datadictionary/datadictionary.go
Line 329 in bbe42d9
if err := decoder.Decode(doc); err != nil { |
decoder := xml.NewDecoder(xmlFile)
decoder.CharsetReader = func(encoding string, input io.Reader) (io.Reader, error) {
return input, nil
}
if err := decoder.Decode(doc); err != nil {
return nil, err
}
unless the decoder.CharsetReader, it could not parse such xml file : https://apiwiki.fxcorporate.com/api/fix/docs/FIXFXCM10.xml
Metadata
Metadata
Assignees
Labels
No labels