Maybe i am a bit delusional, but am having trouble finding an extremely useful api i took for granted with the msxml parser , where i can apply a simple xpath query to a loaded dom document :
matchedNodes = xmlDoc.selectNodes('//week[@myattribute= "12000"]');
i guess i could write a clumsy old loop, but am i missing something?
vijay
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
