What Services Consume an Enhanced Node?
Most existing WmPublic built-in services that took a node produced by the legacy XML parser as input (specifically a node of type com.lang.wm.xml.Node) can also take a node produced by the enhanced XML parser. This includes the following services:
pub.xml:xmlNodeToDocument pub.xml:queryXMLNode pub.xml:getXMLNodeIterator pub.xml:freeXMLNode The exception is the pub.schema:validate service. This service cannot be used to validate a node produced by the enhanced XML parser.