You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Charlie Hart <ch...@nc.rr.com> on 2001/02/15 16:28:22 UTC

validating inserted nodes

Can I use the validator to validate the position of an inserted node in
a DOM tree? I get the validator and  use the validateAttrValue() to
validate the attributes of a node, but can't figure out how to verify
position (parent).
thanks...charlie