xsl-list
[Top] [All Lists]

Re: [xsl] xsl:copy-to is not allowed in this position in the stylesheet!

2007-06-12 07:08:45
On 6/12/07, Nick Leone <nick(_at_)nickscoffee(_dot_)com> wrote:
Hi;

I'm getting "xsl:copy-to is not allowed in this position in the
stylesheet!" on this line of code:

Text: <textarea name="XmlMessage" rows="10" cols="60"><xsl:copy-to
select="*" /> </textarea>

I'm not sure why.  I'm trying to put the entire contents of the XML
file into a textarea on an HTML page including all the tags.  I am
using IBM Rational Application Developer to write the code.

It's <xsl:copy-of select=" ... "/>

The error msg makes me wonder where copy-to is allowed :)

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--