Subject:Need Help with xsl Author:andre saputra Date:01 May 2005 07:52 AM
Hi, im a beginner in xml and xslt and facing a problem in learning the technology.. perhaps one of the guru here can help ? ^^
my problem resolve around merging multiple xml document in order to achieve a relational database capabilities. So for example, from these data below i want to get all the the data structured with which courseID with its matching offerings (all of them) and until now i can only get the first offering (i cant get all of them)... anyone can help with the xsl ?
main.xml
<courses>
<course>
<courseName>Introduction to Database System</courseName>
<courseID>004083</courseID>
<credit>12</credit>
</course>
<courses>