Commit 8a051498 authored by mjadhav's avatar mjadhav

changes done for merge into one js(cd_popquery)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98285 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4529ae66
......@@ -16,9 +16,10 @@
</xsl:variable>
<HTML>
<HEAD>
<script type="text/javascript" src="../js/cd_popquery.js"></script>
<script type="text/javascript" src="../js/CashMemo.js"></script>
<!-- <script type="text/javascript" src="../js/cd_popquery.js"></script>
<script type="text/javascript" src="../js/CashMemo.js"></script> -->
<link rel="stylesheet" href="../css/cd_style.css" type="text/css" />
<script type="text/javascript" src="../js/receipt_gen_wiz.js"></script>
<TITLE>
<xsl:value-of select="$TITLE" />
</TITLE>
......
......@@ -139,6 +139,7 @@
System.out.println("Starting XML Transformation ");
ValidateXMLInput vxi = new ValidateXMLInput();
retHTMLStr = ( new ibase.webitm.utility.GenericUtility() ).transformToString( CommonConstants.APPLICATION_CONTEXT + "webitm" + File.separator + "xsl" + File.separator + "receipt_popup.xsl", xmlString, CommonConstants.APPLICATION_CONTEXT + File.separator + "temp", "output", ".html" );
// retHTMLStr = ( new ibase.webitm.utility.GenericUtility() ).transformToString( CommonConstants.APPLICATION_CONTEXT + "webitm" + File.separator + "xsl" + File.separator + "cd_popup1.xsl", xmlString, CommonConstants.APPLICATION_CONTEXT + File.separator + "temp", "output", ".html" );
System.out.println("XML Transformation Completed");
}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment