Hi,i have problem while capturing the data from DCR and that should be displayed in the javascriptexample: i have a call in component i.e javascript call <script type="text/javascript" language="JavaScript" src="%3Cxsl:value-of%20select=" properties="" data="" datum[@name="p_Path_to_the_XML_Contact_Form_File" ]="" dcr="" content="" form_display="">"></script>in src xslt tags are not allowed so how should i get the data from DCR to display it in to javascript "src"Can u give me any idea ThanksMadhu
Hi,i have problem while capturing the data from DCR and that should be displayed in the javascriptexample: i have a call in component i.e javascript call [html]<SCRIPT type="text/javascript" language="JavaScript" src=""></SCRIPT>[/html]in src xslt tags are not allowed so how should i get the data from DCR to display it in to javascript "src"Can u give me any idea ThanksMadhu
[html]...[/html]
<script type="text/javascript" language="JavaScript"> <xsl:attribute name="src"> <xsl:value-of select="Properties/Data/Datum[@Name='p_Path_to_the_XML_Contact_Form_File']/DCR/content/form_display" /></xsl:attribute></script>