xsl-list
[Top] [All Lists]

RE: How to organize and query related data (beginners question)

2005-04-21 03:23:51
Hi,

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

You could see that as a grouping problem 
<http://jenitennison.com/xslt/grouping/> or just pull-processing. Show us a 
simplified example soure and the stylesheet you have so far, with a description 
on what's causing you problems.

Cheers,

Jarno - FuRy: Voodoo <http://www.noctiumtrax.com/audio/FuRy - Voodoo.mp3>

--~------------------------------------------------------------------
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>