XSL Formatter Q&A
About XSL FormatterSpecifications |
|
| Q. | How does XSL Formatter treat the properties if "" (null) or " " (only space value) is specified for them. [No.2005052702] |
|---|---|
| A. |
XSL Formatter V3.2 MR4 or later will treat them as no specification. When you have to specify null string or space explicitly, please use quotation marks as follows: property="''" property="' '" However, you can pass white space to the character property by specifying character=" ". |