this is my code

<CFXML VARIABLE="TemplateXML">
  <templateemail>
   <companyname>#session.FieldStructure["CompanyName"]#</companyname>
   <messagetitle>#session.FieldStructure["Title"]#</messagetitle>
   <logoImage>#session.FieldStructure["LogoImage"]#</logoImage>
   <emailaddress>#session.FieldStructure["EmailAddress"]#</emailaddress>
   <webaddress>#session.FieldStructure["WebAddress"]#</webaddress>
   <comments>#session.FieldStructure["Comments"]#</comments>
   <CFLOOP FROM="1" to="#ArrayLen(session.FieldStructure['ProductInfo'])#" index="LoopIndex">
   <products>
    <productname>#session.FieldStructure["ProductInfo"][LoopIndex]["ProductName"]#</productname>
    <productdescr>#session.FieldStructure["ProductInfo"][LoopIndex]["ProductDescr"]#</productdescr>
    <productpricelable>#session.FieldStructure["ProductInfo"][LoopIndex]["productpricelable"]#</productpricelable>
    <productprice>#session.FieldStructure["ProductInfo"][LoopIndex]["productprice"]#</productprice>
    <productimage>#session.FieldStructure["ProductInfo"][LoopIndex]["productimage"]#</productimage>
    <productlinkmessage>#session.FieldStructure["ProductInfo"][LoopIndex]["productlinkmessage"]#</productlinkmessage>
    <productlinkurl>#session.FieldStructure["ProductInfo"][LoopIndex]["productlinkurl"]#</productlinkurl>
   </products>
   </cfloop>
  </templateemail>
</CFXML>

Is it possible to store "TemplateXML" into a database and then read it out and be able to parse the XML?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to