]> granicus.if.org Git - docbook-dsssl/commit
Added code for generating id attributes on callouts in HTML and FO output.
authorMauritz Jeanson <mj@johanneberg.com>
Wed, 11 Jul 2007 07:09:12 +0000 (07:09 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Wed, 11 Jul 2007 07:09:12 +0000 (07:09 +0000)
commit55e77678e6295bbaaca5106e8fd9222f960e3cc4
treea3108ff3f3ab058b547a0d22c94b26fe515d16c1
parent915c8eb56f93bb161ed031a7928f35235f057ddb
Added code for generating id attributes on callouts in HTML and FO output.
These patches enable cross-references to callouts placed by area coordinates.
It works for graphic, unicode and text callouts.
Part of fix for bug #1675513 (xref to area broken).
xsl-java/saxon65/src/com/nwalsh/saxon/FormatCallout.java
xsl-java/saxon65/src/com/nwalsh/saxon/FormatGraphicCallout.java
xsl-java/saxon65/src/com/nwalsh/saxon/FormatUnicodeCallout.java
xsl-java/xalan27/src/com/nwalsh/xalan/FormatCallout.java
xsl-java/xalan27/src/com/nwalsh/xalan/FormatDingbatCallout.java
xsl-java/xalan27/src/com/nwalsh/xalan/FormatGraphicCallout.java
xsl-java/xalan27/src/com/nwalsh/xalan/FormatUnicodeCallout.java