nodeFromID method in MSXML DOM

wxdqz

New Member
When using MSXML, I have noticed that the nodeFromID method only returns elementswhich were present in the XML file when it was originally parsed.Elements added to the file using the createElement (or equivalent) methodscannot be accessed using nodeFromID unless the XML data is re-parsed, presumablybecause nodeFromID relies on an index which is not up-to-date.Can anybody please advise whether there is a technique for keeping the indexesup-to-date as elements are added?Thanks,Tim Coulter
 
Back
Top