Skip to content

XSLT, which from the book database, where the titles and ISBN code are indicated, displays the database as a tree in HTML format: - Authors in alphabetical order, - Under each author there are his alphabetical books in alphabetical order with the number of sales

MikalaiDzemidovich1990/Tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XSLT test

Description

XSLT, which from the book database, where the titles and ISBN code are indicated, displays the database as a tree in HTML format:

  • Authors in alphabetical order,
  • Under each author there are his alphabetical books in alphabetical order with the number of sales

Structer

  • books.xml - initial data base of books
  • book.py - skript which refactor books.xml to output.xml file
  • output.xml - output.xml file with ready sorted data by author
  • SimpleNSTest.xsl - file for rendered and transformed XML file

How to start

Use following commands to start refactoring xml file:


start - the structure of the request will be:

Run book.py using any IDE
Use your browser, copy the local address of your folder with the output .xml file and put it in the browser.

Result

Found books

Author: Corets, Eva

  • Book title: Oberon's Legacy | was soled - 14
  • Book title: The Sundered Grail | was soled - 75

Author: Galos, Mike

  • Visual Studio 7: A Comprehensive Guide | was soled - 25

Author: Gambardella, Matthew

  • XML Developer's Guide | was soled - 4

Author: Garcia, Debra

  • Maeve Ascendant | was soled - 32

Author: Garghentini, Davide

  • Midnight Rain | was soled - 134

Author: Knorr, Stefan

  • Creepy Crawlies | was soled - 63

Author: Kress, Peter

  • Paradox Lost | was soled - 16

Author: O'Brien, Tim

  • Microsoft .NET: The Programming Bible | was soled - 35
  • MSXML3: A Comprehensive Guide | was soled - 53

Author: Randall, Cynthia

  • Lover Birds | was soled - 22

Author: Thurman, Paula

  • Splish Splash | was soled - 76

About

XSLT, which from the book database, where the titles and ISBN code are indicated, displays the database as a tree in HTML format: - Authors in alphabetical order, - Under each author there are his alphabetical books in alphabetical order with the number of sales

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published