User Profile
Collapse
-
How to hide and display a column in xsl for XML value?
I have to hide and display a column for a xml data in xsl. The root element of the xml has many child elements and many subchilds;here the child element will be repeatedly coded with the same subchild elements. The subchild elements are declared as columns and the values of the subchild elements are displayed in rows of xsl with <xsl:for-each> of the child element. In that, if the all the data of a subchild element has null or 0 value the...Last edited by Dormilich; Oct 21 '10, 11:38 AM. Reason: please use [code] [/code] tags when posting code -
Get the numeric value inside string in element
Hai,
My XML Data is as follows:
...Code:<TAXDETAIL> <EACHTAX> <TAXNAME>CST 12.5 % On Equipments</TAXNAME> <TAXVALE>1091.25</TAXVALE> </EACHTAX> <EACHTAX> <TAXNAME>CST 2 %</TAXNAME> <TAXVALE>174.60</TAXVALE> </EACHTAX>Last edited by jkmyoung; Jun 7 '10, 12:16 PM. -
Thank you
Thank you for your response.
Its works fine -
Filtering the datas of XMLto xsl
Hai,
I have a xml and i have to sort it and segregate into two columns which is under the Groupnamedetail s - Group name is of Symbol (+) and (-), In this the xsl format should be of Columns - Addition and Deduction.
In the addition column all the Groupname with (+) symbol will be sum and the total has to be displayed and Groupname with (-) symbol will be sum and the total has to be displayed. So how to separate the (+) and (-)... -
To fetch the specific values in xml to xsl
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...
No activity results to display
Show More
Leave a comment: