I'm able to validate xml using XML::LibXML and XML::LibXML::Dtd, but I need to know which nodes are valid. Is there a way to get a valid node list, or even an xml document showing just the valid nodes? I'd even settle for knowing the invalids and working back from that.
Thanks!