XSLT Transforms for the guide

XSL transformation allow us to look at XML as though it is HTML. Take any XML Document that conforms to the NAMM 2007.x or 2009.x specification and add a single line of code to the top that calls upon the appropriate XSL transformation file and your unformatted XML document will look like an HTML document. One line of code at the top of the XML document that looks like this makes it possible <?xml-stylesheet type="text/xsl" href="/files/NAMM-PO-2007.1.xsl"?>. You can download the samples below and modify them to work with your company logos and modify the HTML that is stored in the XSL file to your liking and host the modified XSLs on your server. Then any document you send to your trading partners with your XSL transformation will connect to your webserver to transform the XML document across the internet. Click on any of the files below with a file name that ends with [-Transformation-Sample.xml]. You would normally see XML however because of the XSL and the single line of code at the top of the XML file you are looking at a HTML formatted version of the NAMM sample document.