Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Documenting XML integration (xpath)???

Status
Not open for further replies.

jmoore00005

Programmer
Mar 8, 2006
1
US
What is the best method for documenting an integration project that utilizes XML for data exchange? We have an XML schema defined from a third party system and they will send us XML files for inserts and updates. We need to map these XML files to our database tables and fields. The current scope is to document the mapping between their XML schema and our tables and fields. What method is recommended for documenting this mapping. Should we just use the XPATH tied back to each field in the database?

Thanks for the help.
 
Personally, I would write an XSL stylesheet(s) that would create the SQL statements from the XML.

Jon

"I don't regret this, but I both rue and lament it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top