Skip to content

cdel/PublicDataCandidateTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DataCandidateTest

Provided, is a skeleton XSLT add-transforms-here.xsl and a sample XML fake_book_sample_1.xml. Update add-transforms-here.xml to process any "book" XMl similar to the provided sample to produce:

A standalone book-summary XML with:

  1. A copy of the book-meta
  2. A same-named element for each book attribute
  3. A book-part-count element
  4. A chapter-count element
  5. A first-chapter-title element

A standalone book-part-summary XML for each of the book parts, with:

  1. A book-info element with child elements for the title, id, and xd of the book.
  2. A chapter-content element with the title and body of the book-part
  3. A contributors section with each author from the book-part and from the book level

You may assume that each book will always have a unique ID, and each book-part will always have an ID that is unique per book

Please use the XsltTestRunner class to test your XSLT and view your current output. You may use and extend XsltTestEvaluator to see whether some basic and incomplete tests pass on your current output. Include all additions/updates in your PR, including comments on any additions, for us to review as a part of your evaluation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published