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

Subject: RE: [xsl] How to organize and query related data (beginners question)
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Thu, 21 Apr 2005 13:23:51 +0300
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>

Current Thread