XSL Formatter Q&A
XSLT/XSL-FO/MathML TechnicsBlock |
|
| Q. | I specified <fo:character character="
"/> in
order to produce a line break, but it doesn't. Why?
[No.2002032506]
|
|---|---|
| A. |
U+000A code is generally treated as a character.
And U+000A code is converted to U+0020(space) code by the linefeed-treatment property.
If you want to line-break with U+000A code, specify the |