[Home] [By Thread] [By Date] [Recent Entries]
I have treidTo copy attributes you do <xsl:copy-of select="attribute::*"/> But XPath considers those to be namespsace nodes not attributes so: <xsl:copy-of select="namespace::*"/> <xsl:copy-of select="attribute::*"/> and this command copied all the attributes except the attributes starts with "xmlns:". This is okay. But nothing is copied if i use this. <xsl:copy-of select="namespace::*"/> Any idea ?? any other reason for this?? Regrds, Siva
|

Cart



