AH XSL Formatter V3.1 MR3 is now available.

June 23, 2004

 

Enhancements

  1. According to the expiration of LZW patent, GIF/TIFF-LZW is now available free.
  2. Possible to output U+2011, etc., to bookmarks in PDF.
  3. Supports encoding="unicode"
  4. Makes it possible not to display the error dialog when outputting EPS without preview images.
  5. Checks the value of id correctly.

Bug Fixes

  1. When outputting EMF/WMF, the character set of the symbol was not displayed correctly.
  2. Filling color may not be processed well in EMF/WMF images.
  3. The height of the cell was not adjusted after being divided in the middle of the vertically spanned cell.
  4. When the page broke forcibly in the middle of the column, the page broke where the column should be spanned.
  5. start/end float was placed on top of the text after the second column.
  6. When the table continued which cannot be divided, the text went across over the cell without being divided within the cell.
  7. When there was a cell which went across to the plural pages, the beginning part of the cell in the same row was not displayed correctly.
  8. When there were a lot of TIFF images, they might not be printed in Window GDI.
  9. When an error occurred with the command line interface, the value 0 returned.
  10. border-left-style specified to fo:table-column might not be printed when it was a border of the cell which was vertically spanned.
  11. When span="all" was specified and the height of the column is a little less than that of region-body, the latter part of the column stuck out.
  12. When fo:title was specified, the same title was generated in the next fo:page-sequence.
  13. An anchor of the footnote in Arabic was positioned incorrectly because of its writing mode.
  14. When overflow="condense" was specified to fo:block-container and referred by fo:page-number-citation, page numbers might not be displayed.
  15. When Arabic and fo:table were lined in the same level, the system error might occur.
  16. When the content is an image, the images might not be repeated if leader-pattern="use-content" was specified.
  17. The launch action did not work when outputting using Distiller.
  18. The information of font-stretch was not shown in the AreaTree.
  19. When outputting WMF in PDF, thin borders might not be shown clearly.
  20. An error occurred when external link was referred to HTTP address with port setting on Solaris version.
  21. The keep property did not work in the block with span="all".
  22. In the cell with number-rows-spanned, the output position was not correct when display-align="center" is specified.
  23. When using DOM with .Net environment, an error occurred unless both XML and XSL were specified.
  24. When formatting a document including PNG with .NET environment, an error might occur in deleting a temporary file.
  25. A line was missing in the text with initial-page-number because of the break-before.
  26. When outline-title was not specified, the text was not written in the area tree.
  27. The line broke when ZERO WIDTH NON-JOINER (U+200C) is specified.
  28. SVG with small coordinate was not drawn correctly.
  29. When break-before="even-page" or "odd-page" was specified to the inside block of the nested block, and under the condition that white page was generated, the white page was not generated if break-after="page" was specified to the previous block.
  30. When break-before="even-page" or "odd-page" was specified to the first block in fo:flow and the white page was generated at the beginning of page-sequence, the wrong page master was used to the white page, the page master for the white page was used to the next non-white page.
  31. When there was a non-Japanese text or the other inline FO right after the Japanese punctuation which is supposed to be hanged, the line broke right before the punctuation which must be hanged and it went to the start of the line.
  32. When there was a space character right before <fo:inline> and it should be deleted when placed at the end of the line so that the text should be set in one line, the unnecessary line break occurred.