Method: IsoDoc::HtmlFunction::Html#toc_exclude_class
- Defined in:
- lib/isodoc/html_function/postprocess_cover.rb
#toc_exclude_class ⇒ Object
162 163 164 165 |
# File 'lib/isodoc/html_function/postprocess_cover.rb', line 162 def toc_exclude_class "[not(@class = 'TermNum')][not(@class = 'noTOC')]" \ "[string-length(normalize-space(.))>0]" end |