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

RE: passing a node to c# script from xslt

Subject: RE: passing a node to c# script from xslt
From: "Dion Houston" <dionh@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 2 Jan 2003 12:21:31 -0800
c script
Hi Sai:

This is probably a bit off-topic, but I can help you out.

Node-set's in script are instances of the XPathNodeIterator object.  For
example:

<xsl:copy-of select="myExt:myFunc(.)"/>

<msxsl:script ... >
   XPathNodeIterator myFunc(XPathNodeIterator myParam)
   {
      // do processing
   }
</msxsl:script>

If you have any further questions, feel free to contact me directly.

Thanks!

Dion


-----Original Message-----
From: Sai, Mukundan (IE10) [mailto:Sai.Mukundan@xxxxxxxxxxxxx] 
Sent: Wednesday, January 01, 2003 8:54 PM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject:  passing a node to c# script from xslt


Hi everybody .. i am kinda of new to xslt ..
my problem is ...
I  have an xslt .. which processes a xml ( obviously ) ... since xslt
..
i wrote a script  which process a  xml node  & say it returns  a string
with
its child noded names concatenated....
 
i was not able to pass a particular node to the c# script  so that
proceesing can be done only to that node ..
instead i was passing the node name... & the c# script will read the
entire
xml document .. then come to the particular node  .& then start
processing
it .
can anybody tell me how to pass a node to the c# script   
thanks in advance 
mukund 



 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.