Link to home
Start Free TrialLog in
Avatar of Kiran_M
Kiran_M

asked on

How to parse an ACORD XML which can have muliple Transactions in it

I need to parse an ACORD xml which can contain mutiple transactions in it and update SQL Transaction tables with the each transaction.

I have not handled ACORD XML with mutiple transactions till now. Could you please suggest different approaches to do this (in C#)?
Avatar of McExp
McExp
Flag of United Kingdom of Great Britain and Northern Ireland image

I would load the XML file into an XML document. Write an appropriate XPath statement which extracts each transaction node and then "foreach" node make a UPDATE query against the database.
Avatar of Dmitry G
I am not sure if many people know how to do this. ACORD is quite a new standard.
Some companies products have support for ACORD XML, however this is not free, e.g
see INGENIUM .NET:

http://www.solcorp.com/products/net.htm

I don't really know the format and tasks to be solved. However xml is xml, and you may try to write your own library to handle specific ACORD formats. Eventually .Net has excellent support for xml.

ASKER CERTIFIED SOLUTION
Avatar of McExp
McExp
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kiran_M
Kiran_M

ASKER

Specifications have changed,Closing this.  

Thanks.
Avatar of Kiran_M

ASKER

Specifications changed.  Closing this question.