This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Calling 'transformNode' inside xsl - problems


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@Bayes.co.uk]
Sent: Tuesday, September 12, 2000 8:31 AM
To: xsl-list@mulberrytech.com
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@mulberrytech.com
>[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Krishnamurthy, Rama
>Sent: 12 September 2000 16:12
>To: 'xsl-list@mulberrytech.com'
>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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]