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 TouchToneTommy 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: silverfang
  • Content: Threads
  • Order by date
  1. silverfang

    xml javascript characters

    I wanted to make a for-loop in an xsl stylesheet: for(i=0;i<100;i++){ ... } But then I get this : A name contained an invalid character ... what can I do to help this?
  2. silverfang

    Showing multiple nested tags

    When I am working with an xsl stylesheet and I want to display something like: <1> <2> <3> <4></4> <4></4> <4></4> <4></4> </3> </2> <2> <3> <4></4> <4></4> </3> </2> </1> ... with <xsl:value-of select="1/2/3/4"/> it only displays the first <4>-tag of each...

Part and Inventory Search

Back
Top