Archive for May, 2006

iText a Free Java-PDF library

Tuesday, May 23rd, 2006







iText is a good jar available under multiple license options: MPL and LGPL.

The classes are very useful for PDF cutting and assembly.

Vex – A Visual Editor for XML in Eclipse

Friday, May 12th, 2006







Vex is an eclipse plug-in editor for XML documents that works with Docbook and DITA doctypes. Vex hides the raw XML tags from the user, providing a word processor like interface.

In Eclipse Vex has it’s own perspective that provides a panel for attributes of an element, an xpath status bar at the bottom of the editor that provides the current context within the document and an outline view of the major divisions.

In short, a nice XML editor for simple XML document creation.

Screen Shot: http://vex.sourceforge.net/vex1.png

Docbook to DITA Info

Tuesday, May 9th, 2006







A few links about converting Docbook data to DITA:


Adding URL Menu Item to Arbortext Editor

Friday, May 5th, 2006







This example shows how to add a URL as a menu item using ACL in Arbortext Editor:

menu_add ".Help." "W3C Technical Reports"
 -cmd {browse_url('http://www.w3c.org/tr')}


NcFTP Nice Replacement for FTP

Thursday, May 4th, 2006







NcFTP is an enhanced FTP client that has some nice command line features like displaying the size of the file and the percentage complete.

XSLT vs XQuery

Wednesday, May 3rd, 2006







Blog item that examines XQuery vs XSLT.



I would add to the insights here that XSLT is designed for transformations while XQuery was designed to find things that are not necessarily in the current instance you are working with but also not necessarily in a CMS or database.



An additional article from Michael Kay on the same subject.