CSC 513 P4: Transform XML

In this assignment, you will be transforming from one XML format to another via XLST. In Programming Assignment 3, we implemented our own inquiry message format Inquiry.xml Inquiry.xml and Inquiry.xsd. However, BigBank uses the CustomerInquiry.xml exchange rate inquiry message format and the corresponding xml schema CustomerInquiry.xsd. Take this sample XML document (Inquiry.xml) and write XSLT to transform Inquiry.xml into CustomerInquiry.xml.

Deliverables

  • Submit the XSLT transform file (Inquiry.xsl)
  • The XML file resulting from running your transform.