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!

Recent content by dredesigns

  1. dredesigns

    XML Linking

    Yes that is essentially what I want to do. I want to take my xml file, and convert it into an html file. My xml file will look like this: <goal> <player playerid="2"/> <goaltime>10:12</goaltime> </goal> <teamroster> <player playerid="2"> <firstname>mike</firstname>...
  2. dredesigns

    XML Linking

    I have hopefully a simple question. Can I reference an id attribute (ie: playerid) anywhere when converting an XML file into a displayed XSLT page? For example I have a this code somewhere in my XML file: <player playerid="2"/> and somehwere else in the xml file I will have (and a complete...

Part and Inventory Search

Back
Top