- From: catchope <annamalay@gmail.com>
- Date: Fri, 13 Apr 2007 09:21:53 -0700 (PDT)
- To: www-xsl-fo@w3.org
Hi,
I have been trying to combine an xml(rdfcat1.xml which includes
temp.xml in my case) with xsl (rdfcat.xsl ) but am receiving the following
runtime error in my xsl:
Attribute nodes must be added before any child nodes to the element.
<xsl:template match="@*|node()">
<!-- ERROR POINTS TO THIS LINE--!>
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
I have attached my files.
Please someone help me.
Thanks
Anand
http://www.nabble.com/file/7858/rdfcat1.xml rdfcat1.xml
http://www.nabble.com/file/7859/rdfcat.xsl rdfcat.xsl
http://www.nabble.com/file/7860/temp.xml temp.xml
--
View this message in context: http://www.nabble.com/help-request-from-novice-tf3572585.html#a9982100
Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.
Received on Friday, 13 April 2007 20:43:12 UTC