Hmm - seems to work for me.  Applying this stylesheet to itself
produces output normally in today's CVS build.

<?xml version="1.0"?>
<xsl:stylesheet
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
  version="1.0">

<xsl:param name="foo" select="'bar'"/>

<xsl:template match="/">
  <xsl:param name="foo2" select="'bar'"/>
  <out>
  <a><xsl:value-of select="$foo"/></a>
  <a><xsl:copy-of select="$foo"/></a>
  <a><xsl:value-of select="$foo2"/></a>
  <a><xsl:copy-of select="$foo2"/></a>
  </out>
</xsl:template>
</xsl:stylesheet>

If you're still having a problem, try posting your whole stylesheet to
the list so people can see if the root problem might be elsewhere.

- Shane

=====
<eof aka="mailto:[EMAIL PROTECTED]"
 quote="Odo:   [You'd shoot a man in the back?]
        Garak: [Well, it's the safest way, isn't it?]"/>

__________________________________________________
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

Reply via email to