Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Sample XML files
Does anyone have a fairly generic XML / XSD file I could use to begin learning XML-based interface development on Cloverleaf? I’ve tried compiling the 231 xsd from the HL7 website but it generates errors.
Thanks for any assistance.
Ryan,
The full set of HL7 Version 2.x XSDs can be downloaded as a .zip file from the following site:
http://wiki.open-esb.java.net/Wiki.jsp?page=HL7
Then you could take an ADT_A01 HL7 message, for example, and translate it to XML using the A01 xsd provided.
I hope this helps.
Thanks! I was able to get this to compile without errors.