Subscribe

How to install python3-lxml (x86_64)

XML processing library combining libxml2/libxslt with the ElementTree API

License: BSD http://lxml.de

Install

sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo amazon-linux-extras install epel
sudo yum -y install python3-lxml

Description

lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It provides safe and convenient access to these libraries using the ElementTree It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more. To contact the project, go to the project home page < or see our bug tracker at case you want to use the current ... Python 3 version.

RPMs

Robert Scheck (2021-05-24) - Add patch to fix mXSS due to the use of improper parser (#1901633) · - Add patch to fix missing input sanitization for formaction HTML5 · attributes that may lead to XSS (#1941534)