]> granicus.if.org Git - docbook-dsssl/commit
Changed check for *info child in id.warning template from using
authorMichael Smith <xmldoc@users.sourceforge.net>
Sat, 29 Oct 2005 09:12:59 +0000 (09:12 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sat, 29 Oct 2005 09:12:59 +0000 (09:12 +0000)
commit5f3513b68ba5419e8b43276a5eb9f30fa70db75d
tree56c47bd91889f2992db34200277d050d5aadee27
parent7c5815be10caf481a19aa93874bf7566dd2a4c24
Changed check for *info child in id.warning template from using
contains() to using ends-with() -- because contains() will match
informal* elements (informaltable, etc) too -- not just *info
elements.

Also added check to make sure that *info element matched actually
has a title (because some *info elements may not -- title is not a
required child of *info elements).

And FWIW, I don't think it is too aggressive to have the default
behavior be to have the stylesheets emit notification messages
about ID-less titled objects. If it were the default to have it
not emit those, most users would probably never take the time to
turn it on, including the users who it is most meant to benefit
(those who don't yet know why they ought to be putting IDs on
their titled objects).
xsl/html/html.xsl