DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7435>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7435 position() function always returns 0 ------- Additional Comments From [EMAIL PROTECTED] 2003-03-11 10:00 ------- I also have this same problem when trying the tutorial transformations on: http://www-106.ibm.com/developerworks/education/transforming-xml/xmltosvg/ These tranformations use the position function to spread out legend text on the pie and bar charts but with xalan the legend texts are on top of each other. When performing the same transformations with saxon they display correctly. I feel that there must be something different in my xalan set up as the tutorial says these examples are tested on xalan. I have set up my classpath to point at all the .jar files that I have in the bin of xalan. My classpath: .;C:\Program Files\Altova\xmlspy\XMLSpyInterface.jar;C:\Program Files\Altova\xalan-j_2_5_D1\bin\xercesImpl.jar;C:\Program Files\Altova\xalan- j_2_5_D1\bin\bsf.jar;C:\Program Files\Altova\xalan-j_2_5_D1\bin\xml- apis.jar;C:\Program Files\Altova\xalan-j_2_5_D1\bin\xalan2jdoc.jar;C:\Program Files\Altova\xalan-j_2_5_D1\bin\runtime.jar;C:\Program Files\Altova\xalan- j_2_5_D1\bin\stylebook-1.0-b3_xalan-2.jar;C:\Program Files\Java\j2re1.4.1_01 \bin\java.exe Platform is XP professional and I have run the transformation from the command line using: java org.apache.xalan.xslt.Process -in bm_process_out.xml -xsl pie_bm.xsl -out pie_bm_out.svg Any help would be much appreciated.
