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 wOOdy-Soft 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: montek
  • Content: Threads
  • Order by date
  1. montek

    Comment out some code, but retain the original...

    I would like to transform some original XML that doesn't quite work in HTML using this XSL: <xsl:template match=&quot;* | text() | @*&quot;> <xsl:copy> <xsl:apply-templates select=&quot;@*&quot;/> <xsl:apply-templates/> </xsl:copy> </xsl:template> <xsl:template...
  2. montek

    Template Matching the Root Node

    I am trying some XSLT transformations and barely know what I'm doing. =) That being said, I have had some luck, but am having a problem (mostly with understanding) something specific. First off, I am using ASP (and the MS XML object: Server.CreateObject(&quot;Microsoft.XMLDOM&quot;)) to...

Part and Inventory Search

Back
Top