Program for implement xslt, xquery, dtd, xml schema and rdf, Programming Languages

Assignment Help:

The aim of this task is to gain experience in using the popular Web languages XSLT, XQuery, DTD, XML Schema and RDF.

The Content:

The University is organizing a stage show where one of the Shakespeare's plays will be performed. The Tragedy of Romeo and Juliet and The Comedy of Errors are the two plays short listed for this show. The scripts of both of the plays are available in XML files, romeojuliet.xml and comedy.xml. Both of these documents satisfy the DTD, play.dtd. To help in making the final selection, a number of tasks have to be completed.

Tasks

For each of the first two tasks, you are required to separately provide i) a solution using XQuery and ii) a solution using XSLT to carry out the required task.

 

  • Task 1:

You need to produce an overview of each play, in a new XML document. This new document should satisfy overview.dtd. More specifically, your solution should be able to transform the document romeojuliet.xml into romeojulietnew.xml, where the latter conforms to the DTD overview.dtd. Your solution should also be capable of transforming comedy.xml into comedynew.xml, where the latter satisfies overview.dtd.

  • Task2: In order to understand the work load of the actors and actresses in each play, generate an HTML document that summarises roles of all PERSONA, excluding those in using the following format:

???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

Play Name

 

Persona

Name

Persona

Description

No. of

Scenes

No. of

Speeches

No. of

Lines

Avg. No. of

Lines per Speech

 

.

.

.

 

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

 

Persona with the most number of lines

????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

Persona with the least number of lines

????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

Assume that only a single play will be given as input for the XQuery/XSLT. Assume also that the 'Avg No.' in the last column must be a rounded up integer (i.e. use the ceiling function).

  • Task 3: XML documents are not very appropriate for reading by people. Mostbrowsers support XSLT to transform XML documents. Write an XSLT transformation that can transform these plays (romeojuliet.xml and comedy.xml) into an HTML document which is more readable and more suitable for viewing in a browser.
  • Task 4 : Consider your answers of Tasks 1-3. Compare the language features of XSLT and XQuery which made it easy/difficult in performing the above tasks.
  • Task 5: You are asked to assess the usability of the XML format being used for the plays. Explain why it is complicated to perform general queries over these XML documents. Propose i) a new DTD, and ii) a new XML Schema for these plays. The new DTD and Schema should be designed to make querying/transformation tasks simpler. Explain why your DTD and Schema are superior to play.dtd.
  • Task 6 : Draw an RDF graph diagram describing the following information about

the plays of Shakespeare. Also provide an XML serialisation of your RDF diagram.

- Shakespeare was a man who liked books.

- The Comedy of Errors and Romeo and Juliet are plays authored by Shakespeare.

- Romeo and Juliet is both a funny and a sad play.

- Dana and Sarah are computer science students who don't enjoy Romeo and Juliet, but do enjoy The Comedy of Errors.

Transformation Execution/Query Processing:

You can use the SAXON processor, which can process queries in XQuery and transformations in XSLT. It is available in the directory /home/subjects/621/local/apps on our systems, or you can download it from the project Web page. The usage is:

  • XSLT: java -cp saxon.jar net.sf.saxon.Transform [xmlfile] [xslfile] > [output]
  • XQuery: java -cp saxon.jar net.sf.saxon.Query [xqlfile] > [output]

Other processors are also fine to use, but it will be your responsibility to ensure that they work.

 


Related Discussions:- Program for implement xslt, xquery, dtd, xml schema and rdf

Program compares interest rates, 'This program compares interest rates betw...

'This program compares interest rates between two banks and determines the best bank 'Eric Weber, Adam Litchfield, Eric Romero, Sarah, Alex, Amy '10/5/12 'Lab #4 Problem 42 'CSC

Java virtual machine, Expertsmind.com is expert in java assignment help ...

Expertsmind.com is expert in java assignment help JAVA Virtual Machine A Java exclusive device or java virtual machine (JVM) is an exclusive device able of undertaking Jav

Write a program to display some data in bar graph form, Write a program to ...

Write a program to display some data in bar graph form. Have at least 20 elements, which can be positive or negative; draw each element with a vertical bar, going up if the data is

C, Is it possible to get an assignment done within 2 hours

Is it possible to get an assignment done within 2 hours

Assembly programme , write and compile a simple program in Assembly Languag...

write and compile a simple program in Assembly Language that compute and print student grades for a course.which you can open a file, read from it, and compute the results...using

Calculate the sum of negative elements of specified column, Write a program...

Write a program that will generate 25 DWORD values in the range from +/-50 representing a two dimensional array of size 5 x 5. It should then display the array as a table (5 x 5) b

Create a fortran program for represent a convex polygon, In analytical geom...

In analytical geometry, a convex polygon can be represented by the Cartesian coordinates of its vertices, x and y. Assume such data of a polygon are stored in a file called "vertic

Super ascii string cost in c++, Ask question #Minimum 100 A string S is sai...

Ask question #Minimum 100 A string S is said to be "Super ASCII", if it contains the character frequency equal to their ascii values. String will contain only lower case alphabets

Cookies management with perl, One of the main strengths of the Perl program...

One of the main strengths of the Perl programming language are its powerful text manipulation features. In this assignment, you will put them to use for writing a Perl program tha

Recursion function, Use recursion to de ne a function position which has as...

Use recursion to de ne a function position which has as input an integer, a character and a string and returns the result of inserting the character in the string at the position s

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd