[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: Calling 'transformNode' inside xsl - problems


Subject: RE: Calling 'transformNode' inside xsl - problems
From: Richard Lander <rlander@xxxxxxxxxxxxx>
Date: Tue, 12 Sep 2000 09:36:18 -0700

You can't really call transformNode inside an XSL. You can call it from
within the resultant tree, within IE5. In other words, you can include
transformNode in your XSLT, but as part of the XML doc that you are
building, not as part of the XSLT itself. You could conceivably call it
within the windows script host, too, if your result tree was a script.
However, XT, Saxon, and other tools, are not likely to anything, other can
cry foul, with transformNode. It isn't part of XSLT, but the DOM.

HTH,

Rich

-----Original Message-----
From: Chris Bayes [mailto:Chris@xxxxxxxxxxx]
Sent: Tuesday, September 12, 2000 8:31 AM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: RE: Calling 'transformNode' inside xsl - problems


Rama,
That doesn't give us anything to go on. Can you send your code?

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@xxxxxxxxxxxxxxxx
>[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Krishnamurthy, Rama
>Sent: 12 September 2000 16:12
>To: 'xsl-list@xxxxxxxxxxxxxxxx'
>Subject: Calling 'transformNode' inside xsl - problems
>
>
>Hi,
>   I'm doing a web page where the search results are carried across several
>pages.
>
>I have included all the 'HTML' inside the XSL file.
>
>Everytime a page number is clicked the Javascript function(inside
>xsl) calls
>for the
>
> xmldoc.transformNode(xsldoc)    method.
>
>But instead of displaying the new page in a fresh screen the page is
>appended below the old page.
>
>What should I do?
>
>Thanks in advance.
>
>Rama.
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 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
Keywords