开发者

LXML library in PHP? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

开发者_StackOverflow中文版 Improve this question

Is anyone find the class for LXML in PHP. I have no idea about python.

If anyone find the class or library or tutorials, please share with me

Thanks, Nithish


lxml is a Pythonic binding for the libxml2 and libxslt libraries. There is no exact equivalent that offers the same API in PHP. But most XML extensions, like DOM or XMLReader or XSL are based on libxml or libsxlt.

Here is a good overview about the available extensions:

  • http://devzone.zend.com/article/1713
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜