[xslt] <xsl:message and % signs



the result of

  <xsl:template match="/">
    <xsl:message>%a.hello, %x.hello</xsl:message>
  </xsl:template>

is

  0x1.24e0abffff87cp+1.hello, 8214bf0.hello

which I would hazard a guess is not right :-}

Sebastian Rahtz




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]