Now there is a Memento plugin for Word 2007. Without ever leaving word, search, view and import articles from Memento website. The plugin will import articles to your word bibliography manager. Using bibliography manager, you can easily cite articles while you write. See below for requirements and instructions for installing and using this plugin.
The bibutils program set interconverts between various bibliography formats using a common MODS-format XML intermediate. For example, one can convert RIS-format files to Bibtex by doing two transformations: RIS->MODS->Bibtex. By using a common intermediate for N formats, only 2N programs are required and not N²-N. These programs operate on the command line and are styled after standard UNIX-like filters.
BaseX is a light-weight, high-performance and scalable XML database system and XPath/XQuery processor, including full support for the W3C Update and Full Text extensions. An interactive and user-friendly GUI frontend gives you great insight into large XML data instances.
The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages.
I'm running into a problem where a string that contains valid UTF-8
characters that are illegal in XML (e.g. 0x10), gets serialized by
jaxb without escaping/encoding these bytes, effectively producing
illegal XML.