Hello,

I do not have Xalan and Xerces libraries built with ICU.
When I use the XalanTransformer::transform() method and process an XSL stylesheet, containing:

        <xsl:value-of select="format-number($UID, '0000')"/>

this message appears on stdout:

        XSLT warning: format-number() is not fully implemented!, source tree node: categoryAvailabilityRequestMessage (, line 17, column 57)

How to get rid of these messages without changing the XSL stylesheet and rebuilding with ICU? I would like to catch them somehow and not to report them.

Best regards, Miro.

Reply via email to