I need to fetch the data from xml and the values to be formatted in xsl to my desire. Please help
<REPORT>
<DATA>
<RECEIPTNUMBER> CR/2/08-09</RECEIPTNUMBER>
<RECEIPTDATE> 05-MAR-2009</RECEIPTDATE>
</DATA>
</REPORT>
The receipt number is displayed with a prefix and suffix CR and 08-09. I have to view only the number of the reciept as 2. Is there any possibilities to fetch and display the number in the report.
<REPORT>
<DATA>
<RECEIPTNUMBER> CR/2/08-09</RECEIPTNUMBER>
<RECEIPTDATE> 05-MAR-2009</RECEIPTDATE>
</DATA>
</REPORT>
The receipt number is displayed with a prefix and suffix CR and 08-09. I have to view only the number of the reciept as 2. Is there any possibilities to fetch and display the number in the report.
Comment