HTML should not be parsed namespace aware, but it is. As a consequence, selectors have to be namespace-aware to, e.g., we have to use /*:html to select the root node of an HTML resource.
On HTML (not XHTML) want to use selectors with local names only, e.g., /html.
Assignees: @lueck
Migrated from GitLab: https://zivgitlab.uni-muenster.de/SCDH/selectors/selection-engine/-/issues/9
HTML should not be parsed namespace aware, but it is. As a consequence, selectors have to be namespace-aware to, e.g., we have to use
/*:htmlto select the root node of an HTML resource.On HTML (not XHTML) want to use selectors with local names only, e.g.,
/html.Assignees: @lueck
Migrated from GitLab: https://zivgitlab.uni-muenster.de/SCDH/selectors/selection-engine/-/issues/9