[XML-SIG] nodeIterator Problem

Kamel Hamard (LMC) kamel.hamard at ericsson.com
Fri Jul 18 17:26:09 EDT 2003


Hi Guys,

I was using in my code a nodeiterator with 4Suite API. Here is a simple code:

def iterator(self):
	iter = self.getDoc().createNodeIterator(self.inv.getDocElt(),\
	   					 NodeFilter.SHOW_ELEMENT, None, 0)
	node = iter.nextNode()

I'm getting this error:

AttributeError: createNodeIterator

Why I cannot use this method anymore ? 

This code was working correctly. Is it possible that some new stuff was includedin the version provided with CVS ?

Thanks

Kamel



More information about the XML-SIG mailing list