xsl-list
[Top] [All Lists]

How to organize and query related data (beginners question)

2005-04-21 03:02:33
Given two sets of data shown below.  With Test decribing
a test, and Student describing a student who took a test. How 
to structure the XML and query it  to render 
each student, along with their question, answer and whether it
was the correct answer, and a description of the question?

TIA!

Test
   Test-Items
      Section
         Questions
            Question-number
               Correct-Answer
               Description

School
   Student
      Name
      Section
         Answers
            Question-number
               Answer-given


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>