![JAR search and dependency download from the Maven repository](/logo.png)
xml.xproc.html-add-ids.xpl Maven / Gradle / Ivy
Add missing IDs to HTML documents and fix duplicate IDs.
The input HTML documents
Elements that need an id
attribute.
Should be a XSLTMatchPattern that matches only elements.
By default matches all body
, article
, aside
,
nav
, section
, h1
, h2
,
h3
, h4
, h5
, h6
and
hgroup
, and epub:type='pagebreak'
elements.
Whether to update cross-references between documents if id
attributes
have been changed.
The processed HTML documents
All elements matched by the match
expression have a id
attribute.
All id
attributes are unique within the whole sequence of HTML
documents.
Cross-references between documents have been updated if needed, unless disabled with
the "update-links" option.
d:fileset
document that represents the renaming of id
attributes.
px:add-ids
px:html-update-links