> > I've looked at the PyEZ and ncclient code, and basically they seem to take > the approach of just throwing away all namespace information. This seems icky > to me, and make me wonder if Netconf is going to be another SOAP - so many > implementation errors that "interop" ends up being a mess of special casing > and workarounds.
Do you really need the namespaces? If different vendors use the same tags for different things you’ll still have to write code to deal with it whether you have a namespace to warn you or not. Maybe I’m missing something. _______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

