<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"""Doctest module for XML comparison.

Usage::

   &gt;&gt;&gt; import lxml.usedoctest
   &gt;&gt;&gt; # now do your XML doctests ...

See `lxml.doctestcompare`
"""

from lxml import doctestcompare

doctestcompare.temp_install(del_module=__name__)
</pre></body></html>