[Home] [By Thread] [By Date] [Recent Entries]
At 2007-06-14 07:13 +0200, Andreas Peter wrote:
Thanks to Ken and Florent for helping me. Using xsl:with-param was completely new to me, as so many things in xsl :-( Just a beginner... There is a lot to learn ... you can download a free excerpt of my XSLT book from our web site linked below. There are many other free resources out there to help as well. The creation of the table now works but as Ken said only for one table because I match from the very beginning. But how can I change this? I want to match every table entry inside the document. Then don't re-address the tree with "//tr.../td..." ... since you are at the appropriate tr and td of your table then just use the current node, addressed using a simple period: select="." Though good practice would have you doing <xsl:apply-templates/> instead of <xsl:value-of select="."/>. I hope this helps. . . . . . . . . . . . Ken
|

Cart



