[xsl] <xsl:copy-of> question

Subject: [xsl] <xsl:copy-of> question
From: xslt.new <xslt.new@xxxxxxxxx>
Date: Mon, 22 Jan 2007 10:52:40 -0600
Hi:

I have a question about <xsl:copy-of>

I have am xml input file:

<a>
<para>Test</para>
</a>

My xslt:

<xsl:template match="a">
<xsl:copy-of select="node()"/>
</xsl:template>

I am using renderx XEP as the processor, and when Igenerate the PDF I
get an error message saying

"Element 'para' belonging to the anonymous namespace cannot occur in
an XSL-FO document outside 'instream-foreign-object' elements."

Can you tell me what this means?

Current Thread