Re: [SOLVED] transformation from XML to excel only works with one element set

2005-01-28 Thread Philipp Rech
Hello, thank you Jan it works! Here is my new stylesheet maybe it is usefull for someone... bye now! philipp - ?xml version=1.0? xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;

Re: transformation from XML to excel only works with one element set

2005-01-27 Thread Philipp Rech
jxtg? okay, but i need microsoft excel as and ouput format and i do't see how JXTG could help me here... i would need one excel-row for each row element... i was thinking that i miss a xsl:for-each ... instruction but i dunno where/how to apply this... (the transformation works fine to WML

Re: transformation from XML to excel only works with one element set

2005-01-27 Thread Jan Hoskens
You might want to try this: gmr:Cells xsl:apply-templates select=page/content/rowset/row xsl:with-param name=rowposition select=position()/ /xsl:apply-templates /gmr:Cells and then use xsl:param name=rowposition/ where you need to set Row= instead of re-counting

transformation from XML to excel only works with one element set

2005-01-26 Thread Philipp Rech
Hello Cocooners, [Cocoon Version 2.1.6] i have the following xml file (see below) which is the result of a db querry (from Cocoon)... when i transfrom it with the stylesheet (see below) using the transfomer within Cocoon an excel sheet opens but with only one row in it (the one with the