[2.7.12] Constants and Macro Arguments

[2.7.12] Constants and Macro Arguments
- I see how to put a constants and macro arguments into attribute values
using ConstantRef and MacroArgRef, but how would I put these references
into the content of a flow object?  Is there something along the lines of:

  <xsl:define-constant name="bullet" value="&#x00B3;"/>
  ...
  <xsl:text><xsl:use constant-name="bullet"> </xsl:text>

and:

  <xsl:define-macro name="list-item-label">
      <xsl:macro-arg name="bullet" default="-"/>
      <xsl:text><xsl:use arg-name="bullet"> </xsl:text>
  </xsl:define-macro>

.......... Ken




--
G. Ken Holman               mailto:gkholman@CanadaMail.com
Crane Softwrights Ltd.  http://www.CraneSoftwrights.com/s/
Box 266,                                V: +1(613)489-0999
Kars, Ontario CANADA K0A-2E0            F: +1(613)489-0995
Training:   http://www.CraneSoftwrights.com/s/schedule.htm
Resources: http://www.CraneSoftwrights.com/s/resources.htm
Shareware: http://www.CraneSoftwrights.com/s/shareware.htm

Received on Saturday, 12 September 1998 08:51:02 UTC