Mithis DVD-Profiler XSLs ( http://www.dvd-welt.de/privat/xsl.html ) 24.07.2011 All XSLT's were overhauled to work with the new XML-format of DVD Profiler 3.6 Numerous small changes due to enhanced XSLT-knowledge. CHANGES IN CAPSLOCK anime-collection.sh Cygwin-bashfile that produces anime-collection.html and anime-covermover.sh. Paths have to be adapted! anime-collection.xsl Takes all DVDs with genre Anime and builds a HTML-Page with covers. anime-covermover.xsl Builds the bashfile anime-covermover.sh which on executions copies all needed covers from the DVD Profiler Path to a designated directory. Paths have to be adapted! anime-collection-templates-included.xsl Similar to anime-collection.xsl just that the functions otherwise exported to the subdirectory 'templates' are include here. And the indention for Titles with the tag 'Boxset Inhalt' (boxset item) is deleted for better clarity. collection-shrinker.xsl Creates an XML-File which consist , and <Regions> Just in case someone likes to see how to make an XML out of another XML. NEW: THE USE OF <xsl:copy-of> SIMPLIFIES THE CODE VERY MUCH. criterion-collection.xsl HTML-file with all DVDs with the tag 'Criterion' but without covers. csv.xsl emulates the CSV-Export which is no longer supported in Version 3 diverse-csv.xsl diverse = miscellaneous, and like the name says a bunch of queries I wrote. For inspiration. Doesn't output HTML but plain text. ungesehen-collection.xsl Unwatched DVDs (Profilerfunction 'watched'). The HTML-List is sorted ascending by running-time. ungesehen-minuten.xsl Outputs the running-times of all unwatched DVDs. You might want to sum them up to see how many hours you have to watch non-stop. statistik-jahr-param.xsl HOW TO USE <xsl:with-param> TO CALL A TEMPLATE MULTIPLE TIMES WITH DIFFERENT PARAMETERS. call: xsltproc.exe --stringparam jahr 2011 statistik-jahr-param.xsl collection.xml Importer A LITTLE EXAMPE ON HOW TO INTEGRATE TWO XML INTO ONE. ADDITIONAL DATA FROM A SPREADSHEET IS MANIPULATED INTO XML VIA CSV. LiesMich.txt this file in german ReadMe.txt this file