[xsl] process the result tree in the same stylesheet

Subject: [xsl] process the result tree in the same stylesheet
From: "Nicolas Mazziotta" <nicolas.mazziotta@xxxxxxxxx>
Date: Mon, 4 Nov 2002 11:22:03 +0100
Hello,

How can I use the result tree and transform it again in the same
stylesheet?
For exemple, I tokenize an element and I process the new token-element
in another template.

Eg: <sentence>John meets Mary at ten</sentence>
I tokenize it with exsl.
	-> <t>John</t> <t>meets</t> etc.
Then I process the tokenized result, e.g. I sort all the words, I format
with fo:inline the second t-node, etc.

Thank you
	
Nicolas Mazziotta




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread