In my xml am trying to get a reference number from the database and trying to send it over an email. Below is the code
<rde-dm:rdb mode="query" alias="TW_SQLServer" sql="select max(referencenumber) as refenumber from contactus_enquiry_form" tag="contactusref"/> <rde-dm:attribute mode="write" attribute="request:refenumber" value="[#xpath:/dynaments/contactusref/row/refenumber#]"/> Now in the same xml i need to get this reference number to send it in the body of the email that am trigerring. Any idea how i can get the value. -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
