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.
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
Hi,
<xsl:value-of select="sum(PersProd/ProductNode/SectionPart/UsageItem/Amount/TaxAmount/Value)"/>)
The output value is
21.599999999999998
How to round it to 2 decimal places
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>...
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="1.0" encoding="UTF-8" ?>
<Invoice xmlns="http://www.invoice.org"
xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.