Hi,
Ryan K 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?
Not directly. lxml and cElementTree use different tree models internally, so
you can't just apply C-impleme
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
validati