package com.jclark.xml; /** * Defines constants specifying the XP version. * * @version $Revision: 1.4 $, $Date: 1998/12/28 08:16:59 $ */ public interface Version { /** * A string specifying the XP version. */ static String string = "0.5"; }