<% Option Explicit Response.Buffer = true dim xmlDoc, Orders, LastNode, xslt, node, strNode, FilterName,FilterSecurityLevel dim QS, xmlDoc2, xmlDoc3 Set xmlDoc = Server.CreateObject("msxml2.DOMDocument") xmlDoc.async = false xmlDoc.load(Server.MapPath("xml/Backline.xml")) Set xmlDoc2 = Server.CreateObject("msxml2.DOMDocument") xmlDoc2.async = false xmlDoc2.load(Server.MapPath("xml/Rental.xml")) Set xmlDoc3 = Server.CreateObject("msxml2.DOMDocument") xmlDoc3.async = false xmlDoc3.load(Server.MapPath("xml/Lighting.xml")) %>
Concert sound colorado, audio rental denver, concert sound denver,pro audio colorado,Backline Colorado, Sound equipment, Audio, lighting equipment, rental, music equipment, Sales, Audio Visual, AV Colorado, convention services colorado,presentation services, event rental colorado, concert colorado,v-dosc       
Shaped Music, Inc.
 

Welcome to the Rental Department

 Equipment Catalog (PDF Format)

     
Backline
   
Small Sound Systems
   
Lighting Systems

<% Set xslt = Server.CreateObject("msxml2.DOMDocument") xslt.async = false xslt.load(Server.MapPath("structure/Rentals.xsl")) xslt.selectSingleNode("//xsl:variable[@name = 'TableName']").text = "Backline Equipment" Response.Write xmlDoc.transformNode(xslt) xslt.selectSingleNode("//xsl:variable[@name = 'TableName']").text = "Small Sound Systems Rentals" Response.Write xmlDoc2.transformNode(xslt) xslt.selectSingleNode("//xsl:variable[@name = 'TableName']").text = "Lighting Systems" Response.Write xmlDoc3.transformNode(xslt) %>