#### Launch To launch BibML Utils download the ZIP or the TGZ package from http://www.massimop.eu, extract it and after type in a shell java -jar BibML.jar #### Package This folder contain this files and folders: Folders: "example xpath query" -> contains some xpath query files for "example bib.xml" file "images" -> contains the images necessary to have a nice view with bibtex.xsl result "lib" -> contains a jar created by Netbeans for the gaphics layout of BibML.jar "xhtml" -> contains some dtd and xsd of XHTML/Strict, necessary to validate bibliography in xml Files: "BibML.jar" -> The utils to manage BibML files "bibtex.dtd" -> A DTD schema to represent bibtex files in xml "bibtex.sql" -> An Sql database definition to contains bibliography that come from bibtex3.xsl (convert an xml bibliography to insert querys fot this database) "bibtex.xsd" -> XSchema to represent bibtex files in xml "bibtex.xsl" -> A stylesheet to convert bibtex xml files to Xhtml "bibtex2.xsl" -> A stylesheet to convert bibtex xml files to bib file "bibtex3.xsl" -> A stylesheet to convert bibtex xml file to querys for bibtex.sql "bibtexstrict.xsd" -> An alternative XSchema to represent bibtex files in xml "example.bib" -> An example of bibtex file "example bib.xml" -> An example of bibtex xml file "style.css" -> A nice style for better view of xml files transformed with bibtex.xsl