Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. deepasona

    How to Stop printing HTML

    Hello, Thanks for ur response. But my question is I shouldn't generate the HTML if the Value is 0. For Eg: This is my first XML. <Products> <Product> <Name>Five Star</Name> <Value>10</Value> <Product> <Name>Munch</Name> <Value>10</Value>...
  2. deepasona

    How to Stop printing HTML

    Dear ALL, I've problem in printing the HTML. I've an XML which has a tag named Value. And in the Java Code, I used to print the HTML applying the XSL I have on the XML. My Problem is. If the Value tag has value as 0. I shouldn't print the HTML. Can this be done using XSL? Regards, Viji.
  3. deepasona

    Generating PDF using XSL

    I generated a foo xsl file using HTML2FO converter Then, i tried generating the PDF file. But the <BR>'s in the HTML are not reflected in the PDF file. What is the foo syntak for leaving blanklines when generating pdf regards, Deepa
  4. deepasona

    Rounding data in XSL to 2 decimal places

    Hi, <xsl:value-of select=&quot;sum(PersProd/ProductNode/SectionPart/UsageItem/Amount/TaxAmount/Value)&quot;/>) The output value is 21.599999999999998 How to round it to 2 decimal places
  5. deepasona

    Help in writing XSL, to find sum

    Hi thanks a lot , One more thing... how to display the variable total.... like in html How to refer it is it something like <tr> <xsl:value-of total> </tr>
  6. deepasona

    Help in writing XSL, to find sum

    I am beginner.Please help me to do this. The following is a part of my xmlfile <UsageItem> <UsageDetail> <CallStamp>21-05-2003 08:25:46 (GMT +05:00:00)</CallStamp> <CalledNo>123456</CalledNo> <Volume>45</Volume> <Unit>Seconds</Unit>...
  7. deepasona

    XSL for the XML

    hi, I am new to this xsl ,xml.. I want to transform the XML to html using a XSL. my xml is like as follows <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?> <Invoice xmlns=&quot;http://www.invoice.org&quot; xmlns:xsi=&quot;http://www.w3.org/2000/10/XMLSchema-instance&quot...

Part and Inventory Search

Back
Top