« Return to Thread: help request from novice

help request from novice

by catchope :: Rate this Message:

Reply to Author | View in Thread

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

rdfcat1.xmlrdfcat.xsltemp.xml

 « Return to Thread: help request from novice