Hi Brian,
your posting regarding your combination of xslt with javascript is interesting.
<snip>
<script language="javascript" src="/trs/trip/home/js_home.xsl"/>
</snip>
What you are doing there, instead of using a pure javascript ?
I have choose another way to satisfy the requirement for the interaction with the user-input by the client/browser:
xsl example:
<script type="text/javascript">
<xsl:apply-templates select="interaction/selectdocument"/>
<xsl:call-template name="webmoneta">
<xsl:with-param name="case" select="'javascript'"/>
</xsl:call-template>
</script>
Furthermore we have begun, to test our client-side transformations also by server-side, first to ensure standard coding and secondly in case, we should need it, for new clients, that dont wan´t use IE6 in our business application.
So my interest is to know, how you implement your following statement:
<snip>
To my embarassment, I had no idea we could invoke our servlet and do
transformations via a src attribute in the <script> tag.
</snip>
It could be great, if you could forward a coding example.
Peace,
Hans Braumüller
Systementwickler Web-Design
Hanse Orga AG
Oldesloer Straße 63
D-22457 Hamburg
Telefon: (+49) 040 51 48 08-62
Telefax: (+49) 040 51 48 08-88
E-Mail: h.braumueller@xxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: [design question]
- Sergiu Ignat - Tue, 4 Feb 2003 09:59:29 -0500 (EST)
- <Possible follow-ups>
- Martinez, Brian - Wed, 5 Feb 2003 10:04:08 -0500 (EST)
- "Braumüller, Hans" - Thu, 6 Feb 2003 03:49:54 -0500 (EST) <=
- Martinez, Brian - Thu, 6 Feb 2003 12:44:20 -0500 (EST)
- "Braumüller, Hans" - Fri, 7 Feb 2003 04:31:18 -0500 (EST)
- Martinez, Brian - Fri, 7 Feb 2003 18:52:01 -0500 (EST)
|
|