LXML library in PHP? [closed]
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 questionIs 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
精彩评论