User Profile

Collapse

Profile Sidebar

Collapse
deepab1983
deepab1983
Last Activity: Oct 21 '10, 12:41 PM
Joined: Mar 20 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post
    Last edited by Dormilich; Oct 21 '10, 11:38 AM. Reason: please use [code] [/code] tags when posting code

  • deepab1983
    started a topic Get the numeric value inside string in element
    in XML

    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>
    ...
    See more | Go to post
    Last edited by jkmyoung; Jun 7 '10, 12:16 PM.

  • deepab1983
    replied to To fetch the specific values in xml to xsl
    in XML
    Thank you

    Thank you for your response.
    Its works fine
    See more | Go to post

    Leave a comment:


  • deepab1983
    started a topic Filtering the datas of XMLto xsl
    in XML

    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 (-)...
    See more | Go to post
    Last edited by jkmyoung; Mar 30 '10, 01:30 PM. Reason: Code tags, tidying for clarity, "columns"

  • deepab1983
    started a topic To fetch the specific values in xml to xsl
    in XML

    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...
    See more | Go to post
No activity results to display
Show More
Working...