I'm wondering where I could find a full listing of xsl namespace
functionality.  I'm afraid I'm still a newbie, so I don't know if that's
what you call it, but I basically want to find documentation for the xsl
tags (ie <xsl:template>) that are available.

Also, can I specify attributes of a tag in a 'sub' tag somehow?  For
example, instead of:

<xsl:copy-of select="xxx">

I would like to write it like this:

<xsl:copy-of>
  <select>xxx</select>
</xsl:copy-of>

I think these are pretty basic questions, but I've searched around now for a
LONG time and can't find any leads in the docs.  Any help would be greatly
appreciated.

Thanks,

Paul


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to