[
Lists Home |
Date Index |
Thread Index
]
- From: Anatole Tartakovsky <anatolet@teamcti.com>
- To: xml-dev@lists.xml.org
- Date: Thu, 02 Nov 2000 17:06:46 -0500
You basically have two choices :
1. Extensions (i.e. extension java classes with XALAN or msxsl:script in
Microsoft Parser)
2. Wrap external objects either as servlets or external temporary "session
context" XML files and use document() function.
HTH,
Anatole Tartakovsky
dw2java@xmlsp.com
----- Original Message -----
From: "asenator" <asenator@tgix.com>
To: <xml-dev@lists.xml.org>
Sent: Thursday, November 02, 2000 1:07 PM
Subject: dynamic code in the xsl page
> Hi,
> I am new to xml-xsl & this list ..
> Here is a question: I need to have in my result html page values that
> are dynamic, yet not retrieved from my xml data.
> (for example action method in a form tag - that posts to different
> server depending on the configuration or sorting column that is
> determined by the user dynamically via the request rather than hard
> coding the sort column in the xsl page)
> How do I obtain that ?
> Having my xsl page completely static is a big problem.
>
> btw-
> I just saw Xalan-java extensions - Is that an option ? Can I get a
> parameter from the request ?
> Are there going to be implementation specific portability issues ?
> reliability ?
>
> Thanks
> Ari
>
>
|