Open sandersk opened 9 years ago
handling for XREFs to <div class="refentry"> now complete; still need to do handling for subsections (e.g., refsect1, refsect2). Also, when making those changes, update handling here:
<div class="refentry">
https://github.com/oreillymedia/HTMLBook/blob/master/htmlbook-xsl/xrefgen.xsl#L202 https://github.com/oreillymedia/HTMLBook/blob/master/htmlbook-xsl/xrefgen.xsl#L205
To use contains(@class, 'refname'), instead of strict equality
contains(@class, 'refname')
handling for XREFs to
<div class="refentry">
now complete; still need to do handling for subsections (e.g., refsect1, refsect2). Also, when making those changes, update handling here:https://github.com/oreillymedia/HTMLBook/blob/master/htmlbook-xsl/xrefgen.xsl#L202 https://github.com/oreillymedia/HTMLBook/blob/master/htmlbook-xsl/xrefgen.xsl#L205
To use
contains(@class, 'refname')
, instead of strict equality