| Subject: [xsl] multiple xsl:param From: secam secam <secam2004@xxxxxxxx> Date: Tue, 18 May 2004 11:23:06 +0200 (CEST) | 
Need some help on param topic
I just want to ignore some data from my xml.
I pass the tag name of these data through a param.
i use java to do the tranformation with my xsl
here is my java code:
TransformerFactory tFactory =
TransformerFactory.newInstance();
Transformer transformer = tFactory.newTransformer(new
StreamSource(xsl));
transformer.setParameter("ignore","firstName");
....
transformer.transform(..);
The name of the data that have to be ignore comes from
a file. And i don't know how many data I have to
ignore.
In fact i've seen that the method setParameter accepts
an object for second parameter
So i'm thinking to pass a table as one parameter.
But i don't know how to get back a particular line of
that table in xsl.
Is it possible to do that? Or am i wrong?
If it's possible, how can i do it?
If it's not possible,is anyone have an other idea to
solve my problem?
Regard's
Pierre-Alexandre
	
	
		
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Criez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
Dialoguez en direct avec vos amis grbce ` Yahoo! Messenger !Tilichargez Yahoo! Messenger sur http://fr.messenger.yahoo.com
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] DOCTYPE with "doctype-pub, Jarno.Elovirta | Thread | RE: [xsl] multiple xsl:param, Michael Kay | 
| [xsl] DOCTYPE with "doctype-public", Daniel Joshua | Date | RE: [xsl] DOCTYPE with "doctype-pub, Jarno.Elovirta | 
| Month |