Go Back   CodingForums.com > :: Client side development > XML

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-17-2012, 07:53 AM   PM User | #1
feliciano200
New to the CF scene

 
Join Date: Oct 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
feliciano200 is an unknown quantity at this point
Smile Integrating XML ,XSLT and DTD

HI all, am working on project and just needed some hints on how to go about it, any help will be appreciated:

Project Description

A local high school in your community approached your company to develop a web
application for them. The purpose of this application is to manage information concerning
their students, courses, lecturers, venues and study modes. Your task is to
analyze their current process flow and create an XML based solution for modeling
and transferring their data. Their current process flow has the following constraints:

• Each student can only register for a maximum of two courses.
• Each lecturer can only teach a maximum of three courses.
• A course can only be taught by one lecturer.
• Each course can only have one venue.

The data requirements for the application is as follows:
Student
1. Student Number(numerical only)
2. FirstName
3. LastName
4. Gender
5. Courses(courses registered for)
6. Study Mode(Full-Time or Part-Time)




Lecturer
1. Lecturer Number(numerical only)
2. FirstName
3. LastName
4. Gender
5. Courses(courses taught)
6. Study Mode(Full-Time or Part-Time)

Course
1. Course Code (alphanumerical only)
2. lecturer
3. Course Description


Venue
1. Time
2. Location
Study Modes

Each student is grouped into two categories according to their study modes. These
categories are:
1. Full-Time
2. Part-Time
Deliverables : 1. Produce a class diagram and their relationships. 2. XML document (matching your data model). 3. suitable DTD 4. XML Schema Document (XSD)
DataModel
feliciano200 is offline   Reply With Quote
Reply

Bookmarks

Tags
dtd, xml, xslt

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:33 AM.


Advertisement
Log in to turn off these ads.