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 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
lxml 是 libxml2 和 libxslt 库的 Pythonic 绑定。 PHP 中没有提供相同 API 的完全等效项。但大多数 XML 扩展,例如 DOM 或 XMLReader 或 XSL 基于 libxml 或 libsxlt。
以下是有关可用扩展的详细概述:
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: