On Feb 17, 3:23 pm, Ryan K <[EMAIL PROTECTED]> wrote: > If I have a cElementTree.ElementTree (or the one from the Standard > Library), can I use lxml's validation features on it since it > implements the same ElementTree API? >
I've not used lxml ... the answer depends on whether the lxml validation features use only the published API when accessing the tree. Why not build your tree with lxml? -- http://mail.python.org/mailman/listinfo/python-list