[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XSL Java (&amp;lt; &lt; <) problem

Subject: Re: XSL Java (&amp;lt; &lt; <) problem
From: "Robert A. van Ginkel" <robert@xxxxxxxxxxxxx>
Date: Tue, 6 Jan 2004 14:52:12 +0100
robert van ginkel

THANX, You helped alot!!
 
----- Original Message -----
Sent: Tuesday, January 06, 2004 12:49 PM
Subject: RE: XSL Java (&amp;lt; &lt; <) problem

> I am curious about xsl, and like it so far. I use it to make from data an
xhtml file with a xsl translation. (so I can change the look/create
different looks without changing my serverpages)
> Ok so I have _javascript_ in my XHTML that would make it XDHTML i think...
But when I have:

[snip]

> [ERROR]
> It gives an error cause in _javascript_ i use in the for loop a < sign. ok
but if I change it in &lt; the _javascript_ would go wrong.
> How can I write clear _javascript_ in XSL without messing up XSL/Java and
getting errors?


Try:

> (XSL)
<xsl:template match="/">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script language="_javascript_"><![CDATA[
var xmldate = ']]><xsl:value-of
select="/sg/servervariables/variable[@name='servertime']" /><![CDATA[';
function xmld(x,l)
{ var r=""; for(i=x;i<(x+l);i++) { if(xmldate[i]!="0" || r!="")
{r+=xmldate[i];}
  return r;
}
 
var jdate = new Date();
var sdate = new Date(xmldr(0,4), xmldr(4,2)-1, xmldr(6,2), xmldr(8,2), ,
xmldr(10,2), , xmldr(12,2));
var plsmn = "";
alert(sdate);
]]></script>
</head><body>He hallo</body></html>
</xsl:template>
</xsl:stylesheet>

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

Robert van Ginkel
StyleGate bv
Verspronckweg 63 SG,
2023 BB Haarlem
[ T ] +31 (0) 23 52 51 262
[ F ] +31 (0) 23 54 23 999
[ I ] http://www.stylegate.com
[ E ] robert@xxxxxxxxxxxxx
Disclaimer
Aan dit bericht kunnen geen rechten worden ontleend. Het bericht is alleen bestemd voor de geadresseerde. Indien dit bericht niet voor u is bestemd, verzoeken wij u dit onmiddellijk aan ons te melden en de inhoud van het bericht te vernietigen.

This message shall not constitute any obligations. This message is intended solely for the addressee. If you have received this message in error, please inform us immediately and delete its contents.

©http://www.stylegate.com/keeptrack.php?22

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.