Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 2.14 KB

README.md

File metadata and controls

52 lines (44 loc) · 2.14 KB

XML Utilities

All of the examples below assume that io.github.jmcleodfoss xml.jar, pst.jar, and util.jar are in the classpath.

PSTIPFolderTypeToXML

Extract data matching a given folder type from a PST file to an XML file java io.github.jmcleodfoss.xml.PSTIPFFolderTypeToXML pst-filename IPF-Folder-type where IPF-folder-type is one of:

  • appointment
  • configuration
  • contact
  • hompage
  • imcontacts
  • journal
  • note
  • quickcontacts
  • reminder
  • stickynote
  • task

PSTToXML

Extract contents of a PST file to an XML file java io.github.jmcleodfoss.xml.PSTToXML pst-filename

XSLTProcessor

Java native XSLT transformer java io.github.jmcleodfoss.xml.XSLTProcessor xslt-file xml-file

This works, but I use xlstproc to apply xls stylesheets.

Versions

1.0.0

Initial version. Not released, but can be built from the 1.0.0 release tag.

1.1.0

1.1.1

No changes to functionality, but all code has undergone a thorough review and static analysis.

1.1.2

The library has also been run through several automated code scanners and security checkers, and all issues found have been resolved.

Release links