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 strongm 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: rancard
  • Order by date
  1. rancard

    Resources for those who want to learn XML

    I study Xpath and XSLT by ZVON and it's a great tutorial site. I also recommend w3schools.com and this web site with lots of links about XML resources: http://www.startkabel.nl/k/xml/
  2. rancard

    If statement in XSL for an attribute

    <?xml version="1.0"?> <xsl:stylesheet version = '1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'> <xsl:template match="/"> <xsl:apply-templates select="//xml/contents/content[@typeid=1]"/> </xsl:template> <xsl:template match="content"> <xsl:if test="position()=3"> <xsl:value-of...

Part and Inventory Search

Back
Top