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 jinglebells

  1. jinglebells

    XML, XSL and Grouping. 15 hours or I get axed! Help!

    Yep, I got that. I've done quite a few XML and XSL but this one is a pain. With your xsl what I get in the browser is text &quot;Student&quot;. Got rid of those ; too. This is what my xml file looks like (just 1 student for demonstration purposes): <?xml version=&quot;1.0&quot;?>...
  2. jinglebells

    XML, XSL and Grouping. 15 hours or I get axed! Help!

    You got the idea! I'm kinda embarrassed to ask but is this what I put in the .xml? <?xml version=&quot;1.0&quot; ?> <xsl:stylesheet version=&quot;1.0&quot; xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot;;> <?xml-stylesheet type=&quot;text/xsl&quot; href=&quot;students.xsl&quot;?> I...
  3. jinglebells

    XML, XSL and Grouping. 15 hours or I get axed! Help!

    Here it is. I really hope someone can help. Cheers. <?xml version = &quot;1.0&quot; ?> <?xml-stylesheet type=&quot;text/&quot;text/xsl&quot; href=&quot;students.xsl&quot;?> <!DOCTYPE students [ <!ELEMENT students (student+)> <!ELEMENT student (coursename,studentid,surname,name+)>...
  4. jinglebells

    XML, XSL and Grouping. 15 hours or I get axed! Help!

    I'll make it short and sweet, don't have much time!! I have an XML file. I need to create an XSL file to create a table for each separate entity, listing each table separately. For example, I have several Students, each one has taken several classes. Each table should display the student and...

Part and Inventory Search

Back
Top