Top "Lxml" questions

lxml is a full-featured, high performance Python library for processing XML and HTML.

Installing lxml with pip in virtualenv Ubuntu 12.10 error: command 'gcc' failed with exit status 4

I'm having the following error when trying to run "pip install lxml" into a virtualenv in Ubuntu 12.10 x64. I have …

python django gcc lxml
Get the inner HTML of a element in lxml

I am trying to get the HTML content of child node with lxml and xpath in Python. As shown in …

python xpath lxml
Parsing HTML in python - lxml or BeautifulSoup? Which of these is better for what kinds of purposes?

From what I can make out, the two main HTML parsing libraries in Python are lxml and BeautifulSoup. I've chosen …

python beautifulsoup html-parsing lxml
How to find the number of elements in element tree in python?

I am new to element tree,here i am trying to find the number of elements in the element tree. …

python xml lxml elementtree
Error 'failed to load external entity' when using Python lxml

I'm trying to parse an XML document I retrieve from the web, but it crashes after parsing with this error: …

python xml lxml elementtree
How to get path of an element in lxml?

I'm searching in a HTML document using XPath from lxml in python. How can I get the path to a …

python xpath lxml
Using Python Iterparse For Large XML Files

I need to write a parser in Python that can process some extremely large files ( > 2 GB ) on a computer …

python xml lxml large-files elementtree
pip error: unrecognized command line option ‘-fstack-protector-strong’

When I sudo pip install pyquery, sudo pip install lxml, and sudo pip install cython, I get very similar output …

python pip lxml cython pyquery
how to remove attribute of a etree Element?

I've Element of etree having some attributes - how can we delete the attribute of perticular etree Element.

python xml lxml elementtree
lxml installation error ubuntu 14.04 (internal compiler error)

I am having problems with installing lxml. I have tried the solutions of the relative questions in this site and …

python installation pip lxml ubuntu-14.04