TenzoR schrieb:
Right I've setup my xsl with param that I input before the transformation occurs. These params specify which node[index] I should bring back. I send a specific index and get the correct node back. However, the number of node = the number of time I need to transform, which can't be that good for system resources.
Without being able to read your mind and see the situation in front of my eyes: For lookup, use <xsl:key> and key(), or - much less flexible - a DTD with an ID type attribute plus the id() function. -- Michael Ludwig