DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40458>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40458 ------- Additional Comments From [EMAIL PROTECTED] 2006-09-11 08:19 ------- (In reply to comment #0) > Can anyone Give me the difference between xsl used for FOP Verison 0.20.5 and > 0.92(beta). > Because when I have shifted the vesion 0.20.5 to 0.92(beta) but have not > changed xsl file which I was previously using. so, it is not giving me data in > 0.92(beta) vesion but in 0.20.5 it is showing that data. ====== We are fop for xml-pdf conversion. when i am running my xsl file 0.92(beta) version then it is not going to show data in below tag. If i am using 0.20.5 version then it is showing data. so, is there any changes on below tag? <xsl:for-each select="/test/test1"> <fo:table-row border-width="0.5pt"> <fo:table-cell> <fo:block>hi 1</fo:block> <fo:block text-align="left"> FROM DATE: <xsl:value-of select="translate (fromDate,$smallLetters,$capitalLetters)"/> </fo:block> </fo:table-cell> </fo:table-row > -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
