rrichards Tue Jan 13 18:05:41 2009 UTC
Modified files:
/php-src/ext/domdom_fe.h node.c
Log:
Add method DomNode::getLineNo to return line number for a parsed node
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/dom_fe.h?r1=1.24&r2=1.25&diff_format=u
Index
chregu Sun Jul 16 15:05:32 2006 UTC
Modified files:
/php-src/ext/domdom_fe.h node.c
Log:
Added DOMNode::getNodePath() for getting an XPath for a node.
(MFB)
http://cvs.php.net/viewvc.cgi/php-src/ext/dom/dom_fe.h?r1=1.17&r2=1.18&diff_format=u
Index: php
rrichards Fri May 26 18:22:06 2006 UTC
Added files:
/php-src/ext/dom/tests canonicalization.phpt
Modified files:
/php-src/ext/domdom_fe.h node.c
Log:
add C14N() and C14NFile() methods to perform XML canonicalization
add tes