Table 6-12 Notes on XSLT (other notes)
No. | Notes |
---|---|
1 | If you specify a negative value unavailable for the grouping-size attribute of the xsl:number element, grouping is carried out after transforming the value to a positive value. |
2 | Specify a character string other than the empty character string for the elements attribute of the xsl:preserve-space and xsl:strip-space elements. |
3 | If you perform transformation by using XSLT, when you specify * for the elements attribute of the xsl:strip-space or xsl:preserve-space element, elements with a namespace prefix might not be selected for the target to delete the blank spaces or to be stored. If you select an element with a namespace prefix for the target to delete the blank spaces or to be stored, specify the element name with a namespace prefix for the elements attribute. |
4 | Specify a format pattern that includes one or more characters for the second argument of the format-number function. |
5 | If you specify html for the method attribute of the output property and an element name for the cdata-section-elements attribute, the cdata-section-elements attribute is not ignored, and the content of the element specified as a CDATA section is output. |