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
- 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:
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