oreillymedia / HTMLBook

Let's write books in HTML!
http://oreillymedia.github.io/HTMLBook
MIT License
650 stars 100 forks source link

Add XREF handling for refentries #197

Open sandersk opened 9 years ago

sandersk commented 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:

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