%description: Comments and processing instructions are ignored. %file: test.xml one two three %activity: cXMLElement *node = getEnvir()->getXMLDocument("test.xml"); EV << node->getXML(); %contains-regex: stdout [ \n]* one [ \n]* two [ \n]* three