[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: Thu, 14 Mar 2002 15:09:17 +0300
javascript nextnode
Hi all,
I have a javascript below:

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);

	    oRoot.appendChild( oChildNewnode );
		oChildNode = oTempXML.nextNode;
	}

	document.all.callDiv.innerHTML = oFilteredXML.documentElement.xml;
	document.all.callDiv.innerHTML = oFilteredXML.transformNode(
oCallsXSL.documentElement );



What i want to do is add some code in here before appending.
That is (pseudo-code below):

//is oChildNode a DJ
//is oChildNode's djDRID(attribute of DJ) in oTempXML

		//do not append
	//else
		//append
	//end if
//else
//append
//end

How can i achieve it? If possible just write the code which perfomes the
pseudo-code above.

Thanks in advance



 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.