23 : <!--- Copy the contents of xmlPIDoc into a ColdFusion structure --->
24 : <cfset SESSION.DPI = {
25 : brandName = "#xmlPIDoc.data.brand_name.xmltext#",
26 : modelName = "#xmlPIDoc.data.model_name.xmltext#",
27 : marketingName = "#xmlPIDoc.data.marketing_name.xmltext#",
|