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

Re: Problem Using Javascript with XSLT

Subject: Re: [xsl] Problem Using Javascript with XSLT
From: "stoneson" <stoneson@xxxxxxxxxxxxx>
Date: Fri, 26 Jul 2002 9:8:40 +0800
compare values using javascript
Kuhns Matt,

maybe this will do some help to you:

http://www-900.ibm.com/developerWorks/cn/xml/tips/x-tipxsltjs/index_eng.shtml

  

======= 2002-07-25 Wrote :=======

>I am having a problem putting a javascript function in
>a XSLT.
>Here is my XSLT, I simplified it for this example:
>
><xsl:stylesheet version="1.0"
>xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>xmlns:lxslt="http://xml.apache.org/xslt"
>xmlns:totalSys="TotalSystem"
>extension-element-prefixes="totalSys">
><xslutput method="html" encoding="utf-8"
>indent="yes"/>
>
><lxslt:component prefix="totalSys" functions="toggle">
><lxslt:script lang="javascript">
>
>function toggle() {
>alert("hi");
>} 
>
></lxslt:script>
></lxslt:component>
>
><html>
><head>
><title>"Errors"</title>
></head>
><body>
><a href="#" onclick="totalSys:toggle()"> 
><xsl:text>hi</xsl:text>
></a>
></body>
></html>
>
>When my sheet is generated, I click on my link and I
>get an error from my browser it says that an Object is
>expected.
>What am I doing wrong?
>Thanks in advance
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Health - Feel better, live better
>http://health.yahoo.com
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

= = = = = = = = = = = = = = = = = = = =
				 
               stoneson
               stoneson@xxxxxxxxxxxxx
					2002-07-26 



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


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.