loop inside special XML loop doesn 't trace? 2004-03-02 - By Merrill, Jason
Back Help me with this:
//this isn't the entire code, just the relevant parts:
function parseTestXML(){ for(var child = this.firstChild.firstChild; child != null; child = child .nextSibling){ trace("found node: "+child.nodeName+" ID: "+child.attributes.ID);//this traces fine for(j=0; j>=2; j++){ trace("inside loop")//this never traces!!! } trace("outside loop")//this traces fine!! } }
Why does it never trace inside the inner loop? Must be Something I'm not seeing?
Jason Merrill ICF Consulting Government e-Learning Solutions icfconsulting.com
NOTICE: This message is for the designated recipient only and may contain privileged or confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of this e-mail by you is prohibited.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected) For additional commands, e-mail: flashnewbie-help@(protected)
|
|