id.warnings — Should warnings be generated for titled elements without IDs?
<xsl:param name="id.warnings" select="0"></xsl:param>
If non-zero, the stylesheet will issue a warning for any element (other than the root element) which has a title but does not have an ID.
title