Sarah-

Tuesday, July 13, 2010, 3:55:02 PM, you wrote:

> After every call to a revXML function, you can check the result for
> "xmlerr" which indicates a problem.

...with certain exceptions.

put revXMLNextSibling(tXMLID, tNode) into tNextNode

will return empty if there's no next sibling. So *mostly* you need to
check for "xmlerr" to see if you're done, and *sometimes* you also
need to check for empty or get stuck in an endless loop.

-- 
-Mark Wieder
 [email protected]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to