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

RE: Returning markups from <xsl:script>

Subject: RE: Returning markups from <xsl:script>
From: David Schach <davidsch@xxxxxxxxxxxxx>
Date: Fri, 19 Mar 1999 15:55:36 -0800
e mail schach script
Why are you using script?  It looks like you could rewrite the xsl as:

<xsl:for-each select = "COMPANY">
  <H1><xsl:value-of select = "PRICE"></H1>
</xsl:for-each>
  

-----Original Message-----
From: Joseph Alex [mailto:alex_jos@xxxxxxxxxxx]
Sent: Thursday, March 18, 1999 11:22 PM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: Returning markups from <xsl:script>


Hi,

This has become an irritating problem, I have to go through a loop to 
process an XML file by XSL for which I use a function inside 
<xsl:script> , but I am trying to draw parts of a table using this, when 
i try to return the string with the HTML markups to the calling 
<xsl:eval>fnname, it just ignores the markup, not even shown in the 
result, but anything without a "<" is shown! To generate an HTML part by 
repeated function calls, I can't think of any other option. If anybody 
could help, it would be extremely useful. The code is given below.

Thanks,
Alex

function drawtable(el) {
	str="<h1>"+el.selectSingleNode("PRICE").text+"</h1>";
	return str;
	}

which is being called by 
<xsl:for-each select="COMPANY">
<xsl:eval>drawtable(this)</xsl:eval>
</xsl:for-each>

which returns only the PRICE.text values without <h1> tags in the result 
tree! Please helllp!
Get Your Private, Free Email at http://www.hotmail.com


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


 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.