public function QueryPath::writeXHTML in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/QueryPath.php \QueryPath::writeXHTML()
- 7.2 QueryPath/QueryPath.php \QueryPath::writeXHTML()
File
- QueryPath/
QueryPath.php, line 1413
Class
Code
public function writeXHTML($path = NULL) {
return $this
->writeXML($path, LIBXML_NOEMPTYTAG);
}