AH Formatter /
XSL Formatter
XSLT/XSL-FO/MathML TechnicsSpace |
|
| Q. |
I specified linefeed-treatment="treat-as-space" and white-space-treatment="ignore". However, linefeed is output as white space.
[No.2004032501]
|
|---|---|
| A. |
the W3C Recommendation for XSL-FO says as follows: 7.15.8. "white-space-treatment" The "white-space-treatment" property specifies the treatment during the refinement process of character flow objects, except for linefeeds, that are classified as white space in XML. This includes U+0020 (space) and other white space characters but excludes U+000A (linefeed). Linefeed treatment is determined by the "linefeed-treatment" property.
ignore Therefore, after usual white space is deleted, linefeed is converted into white space. Please use |