Revert "html_tools/docs: Fix old comment"

This reverts commit 66a7dae381.
pull/2351/head
Constantin Hong 7 months ago
parent 48a5aa2906
commit 361987796e

@ -117,7 +117,7 @@ def elementpath_tostring(obj):
def forest_transplanting(root): def forest_transplanting(root):
""" """
libxml2 violates DOM rules. it means there can be multiple root element libxml2 violates DOM rules. it means there can be multiple root element
nodes. So I choose just transplating them to a new root when the violation happens. nodes. So I choose just transplating them to a new root by default.
See also, https://gitlab.gnome.org/GNOME/libxml2/-/issues/716 See also, https://gitlab.gnome.org/GNOME/libxml2/-/issues/716
This will emulate xpath1 of html of libxml2 like '/html[2]/*'. This will emulate xpath1 of html of libxml2 like '/html[2]/*'.
To make this function work, 'fragment=True' in elementpath.select is required. To make this function work, 'fragment=True' in elementpath.select is required.

Loading…
Cancel
Save