Subject: Passing Parameters to an XSL stylesheet...
From: Dagmar_De_Jong@xxxxxxx
Date: Tue, 29 May 2001 10:30:40 +0200
|
Please help! :-)
I'm trying to develop an XML/XSL page that is multilangual. The only
things that has to be adjustable corresponding the language, are
column headings etc... No data offcourse!
So, I want to load my XML page using my XSL stylesheet, but in stead
of using things like <TD>Customername</TD>, I want to use variables
like <TD>VARIABLE_COLUMN1</TD>.
This way I can put al the variable declarations in a separate file (I
thought about an "language.inc" file for example). But I don't have
any idea how I can: 1) include a non-xsl file in my XSL stylesheet and
2) how to use the variables in the stylesheet!!!
I hope somebody can help me.... If something is not clear, PLEASE,
ask further info!!!
Thnx a million!!
Streep
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|