PHP Getting XPath of a DOMNode

Posted by user256007 on Stack Overflow See other posts from Stack Overflow or by user256007
Published on 2010-04-15T07:51:11Z Indexed on 2010/04/15 7:53 UTC
Read the original article Hit count: 239

Filed under:
|
|
|

I am creating an XML document on the fly. and I need to know the XPath of the Node I've just created. I don't see any such function like DOMNode::calculateXPath(void):string and I am not willing to write one by my own. is there any known lite 3rd party Solution ??

© Stack Overflow or respective owner

Related posts about php

Related posts about Xml