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

javascript problem

Subject: javascript problem
From: "stevenson" <stevenson@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 15 Mar 2002 10:53:22 +0300
javascript pseudocode
In the JavaScript below, there is a pseudo-code in comments. Can someone
help me translate the pseudo code to javascript code?
Please assist.

var oFilteredXML = new ActiveXObject( "Msxml2.DOMDocument.4.0" );
	var oTempXML = new ActiveXObject( "Msxml2.DOMDocument.4.0" );

	bSuccess = oFilteredXML.loadXML( "<calls></calls>" );

	var oRoot = oFilteredXML.firstChild;


	oTempXML = oCallsXML.selectNodes( sFilterString );

	oChildNode = oTempXML.nextNode;

	while( oChildNode != null )
	{
		oChildNewnode = oChildNode.cloneNode(true);

		//is oChildNode a DJ

			//is oChildNode's djDRID in oTempXML

				//do not append

			//else
				//append
			//end if
		//else
			//append
		//end
	    oRoot.appendChild( oChildNewnode );
		oChildNode = oTempXML.nextNode;
	}


	window.status = "Applying call stylesheet...";
	document.all.callDiv.innerHTML = oFilteredXML.documentElement.xml;
	document.all.callDiv.innerHTML = oFilteredXML.transformNode(
oCallsXSL.documentElement );
	window.status = "Done";



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


Current Thread
  • javascript problem
    • stevenson - Thu, 14 Mar 2002 07:01:32 -0500 (EST)
      • <Possible follow-ups>
      • stevenson - Fri, 15 Mar 2002 02:47:15 -0500 (EST) <=
        • stevenson - Fri, 15 Mar 2002 05:48:52 -0500 (EST)

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.