last data update: 2011/10/15, 19:48

Website loading time

during the test: 0.55 s

cable connection (average): 0.63 s

DSL connection (average): 0.7 s

modem (average): 4.71 s

HTTP headers

Information about DNS servers

lxml.deMX10mailin.rzone.deIN7200
lxml.deSOAdocks19.rzone.dehostmaster.strato-rz.de201102140286400 7200 604800 86400 IN 7200
lxml.deAAAA2a01:238:20a:202:1090::144IN7200
lxml.deA81.169.145.158IN7200
lxml.deNSdocks19.rzone.deIN7200
lxml.deNSshades12.rzone.deIN7200

Received from the first DNS server

Request to the server "lxml.de"
You used the following DNS server:
DNS Name: docks19.rzone.de
DNS Server Address: 81.169.146.29#53
DNS server aliases:

HEADER opcode: REQUEST, status: NOERROR, id: 15391
flag: qr aa rd REQUEST: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 0

REQUEST SECTION:
lxml.de. IN ANY

ANSWER SECTION:
lxml.de. 7200 IN NS docks19.rzone.de.
lxml.de. 7200 IN NS shades12.rzone.de.
lxml.de. 7200 IN AAAA 2a01:238:20a:202:1090::144
lxml.de. 7200 IN SOA docks19.rzone.de. hostmaster.strato-rz.de. 2011021402 86400 7200 604800 86400
lxml.de. 7200 IN MX 10 mailin.rzone.de.
lxml.de. 7200 IN A 81.169.145.158

Received 200 bytes from address 81.169.146.29#53 in 89 ms

Received from the second DNS server

Request to the server "lxml.de"
You used the following DNS server:
DNS Name: shades12.rzone.de
DNS Server Address: 85.214.0.242#53
DNS server aliases:

HEADER opcode: REQUEST, status: NOERROR, id: 40326
flag: qr aa rd REQUEST: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 0

REQUEST SECTION:
lxml.de. IN ANY

ANSWER SECTION:
lxml.de. 7200 IN NS docks19.rzone.de.
lxml.de. 7200 IN NS shades12.rzone.de.
lxml.de. 7200 IN AAAA 2a01:238:20a:202:1090::144
lxml.de. 7200 IN SOA docks19.rzone.de. hostmaster.strato-rz.de. 2011021402 86400 7200 604800 86400
lxml.de. 7200 IN MX 10 mailin.rzone.de.
lxml.de. 7200 IN A 81.169.145.158

Received 200 bytes from address 85.214.0.242#53 in 100 ms

Subdomains (the first 50)

Typos (misspells)

kxml.de
pxml.de
oxml.de
lzml.de
lcml.de
ldml.de
lsml.de
lxnl.de
lxkl.de
lxjl.de
lxmk.de
lxmp.de
lxmo.de
xml.de
lml.de
lxl.de
lxm.de
xlml.de
lmxl.de
lxlm.de
llxml.de
lxxml.de
lxmml.de
lxmll.de

Location

IP: 81.169.145.158

continent: EU, country: Germany (DEU), city: Berlin

Website value

rank in the traffic statistics:

There is not enough data to estimate website value.

Basic information

website build using CSS

code weight: 29.11 KB

text per all code ratio: 29 %

title: lxml - Processing XML and HTML with Python

description:

keywords:

encoding: utf-8

language: en

Website code analysis

one word phrases repeated minimum three times

PhraseQuantity
and16
with12
from7
to6
the6
HTML6
Element5
on5
in5
lxml5
XML4
of3
ElementTree3

two word phrases repeated minimum three times

PhraseQuantity
HTML with4
XML and3
and HTML3

three word phrases repeated minimum three times

PhraseQuantity
XML and HTML3
and HTML with3

B tags

U tags

I tags

images

headers

H1

lxml - XML and HTML with Python

Introduction

Documentation

Download

Mailing list

Bug tracker

License

Old Versions

H2

H3

H4

H5

H6

internal links

addressanchor text
lxml
Introduction
Documentation
Download
Mailing list
Bug tracker
License
Old Versions
Why lxml?
Motto
Aims
Installing lxml
Requirements
Installation
Building lxml from sources
Using lxml with python-libxml2
MS Windows
MacOS-X
Benchmarks and Speed
General notes
How to read the timings
Parsing and Serialising
The ElementTree API
XPath
A longer example
lxml.objectify
ElementTree compatibility of lxml.etree
lxml FAQ - Frequently Asked Questions
General Questions
Installation
Contributing
Bugs
Threading
Parsing and Serialisation
XPath and Document Traversal
The lxml.etree Tutorial
The Element class
The ElementTree class
Parsing from strings and files
Namespaces
The E-factory
ElementPath
API reference
APIs specific to lxml.etree
lxml.etree
Other Element APIs
Trees and Documents
Iteration
Error handling on exceptions
Error logging
Serialisation
CDATA
XInclude and ElementInclude
write_c14n on ElementTree
Parsing XML and HTML with lxml
Parsers
The target parser interface
The feed parser interface
iterparse and iterwalk
Python unicode strings
Validation with lxml
Validation at parse time
DTD
RelaxNG
XMLSchema
Schematron
(Pre-ISO-Schematron)
XPath and XSLT with lxml
XPath
XSLT
lxml.objectify
The lxml.objectify API
Asserting a Schema
ObjectPath
Python data types
How data types are matched
What is different from lxml.etree?
lxml.html
Parsing HTML
HTML Element Methods
Running HTML doctests
Creating HTML with the E-factory
Working with links
Forms
Cleaning up HTML
HTML Diff
Examples
lxml.cssselect
The CSSSelector class
CSS Selectors
Namespaces
Limitations
BeautifulSoup Parser
Parsing with the soupparser
Entity handling
Using soupparser as a fallback
Using only the encoding detection
html5lib Parser
Differences to regular HTML parsing
Function Reference
Document loading and URL resolving
XML Catalogs
URI Resolvers
Document loading in context
I/O access control in XSLT
Python extensions for XPath and XSLT
XPath Extension functions
XSLT extension elements
Using custom Element classes in lxml
Background on Element proxies
Element initialization
Setting up a class lookup scheme
Generating XML with custom classes
Implementing namespaces
Sax support
Building a tree from SAX events
Producing SAX events from an ElementTree or Element
Interfacing with pulldom/minidom
The public C-API of lxml.etree
Writing external modules in Cython
Writing external modules in C
How to build lxml from source
Cython
Github, git and hg
Setuptools
Running the tests and reporting errors
Building an egg
Building lxml on MacOS-X
Static linking on Windows
Building Debian packages from SVN sources
How to read the source of lxml
What is Cython?
Where to start?
lxml.etree
Python modules
lxml.objectify
lxml.html
Release Changelog
Credits
Main contributors
Special thanks goes to:
Sitemap
introduction
FAQ
source download
lxml.etree tutorial for XML processing
compatibility
ElementTree performance
lxml.etree specific API
generated API documentation
parsing
validating
XPath and XSLT
XPath extension functions
custom XML element classes
EuroPython 2008 talk
SAX compliant API
C-level API
lxml.objectify
objectify and etree
lxml.etree tutorial for XML processing
compatibility
ElementTree performance
lxml.etree tutorial for XML processing
XPath extension functions
SAX compliant API
lxml.objectify
objectify and etree
custom XML element classes
C-level API
this key
lxml 2.3.1
changes for 2.3.1
Older versions
installation instructions
how to build lxml from source
mailing list
mailing list
1.3
2.0
2.1
2.2
latest in-development version
lxml 2.3
changes for 2.3
lxml 2.3beta1
changes for 2.3beta1
lxml 2.3alpha2
changes for 2.3alpha2
lxml 2.3alpha1
changes for 2.3alpha1
lxml 2.2.8
changes for 2.2.8
lxml 2.2.7
changes for 2.2.7
lxml 2.2.6
changes for 2.2.6
lxml 2.2.5
changes for 2.2.5
lxml 2.2.4
changes for 2.2.4
lxml 2.2.3
changes for 2.2.3
lxml 2.2.2
changes for 2.2.2
lxml 2.2.1
changes for 2.2.1
lxml 2.2
changes for 2.2
older releases

external links

addressanchor text
libxml2
libxslt
ElementTree
Flattr
contact Stefan Behnel
Python XML processing with lxml
tutorial for ElementTree
ElementTree API
ElementTree
ElementTree
cElementTree
ElementTree
XPath
Relax NG
XML Schema
XSLT
c14n
source repository
latest CHANGES
Gmane
Google
launchpad bug tracker
Gmane
BSD license
MIT license