Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: visualedu
  • Content: Threads
  • Order by date
  1. visualedu

    ¿how copy nodes and attributes with copy-of?

    hi, I have a problem, I've got a xml file that contains HTML TAGS. I want show this data like HTML without any XML filter. I'm using tag copy: <xsl:template match=&quot; //show//* | //show//text()&quot;> <xsl:copy > <xsl:apply-templates /> </xsl:copy> </xsl:template> But attributes...

Part and Inventory Search

Back
Top