caplib Change History ===================== Version 1-1_04 4/9/06 * fixed bug in namespace-detection (CAP 1.0 versus 1.1) detection in CapParser * fixed entity escapes for info/event * added static method Alert.linewrap(String) to wrap strings to 70 characters max * added instance method Alert.getReferenceValue() to return the value for this Alert * added static method Alert.parseFile() to parse a local CAP-message file Version 1-1_03a 12/23/05 * Fixed bonehead error in Area.getBounds() Version 1-1_03 12/21/05 * Added contributed code from David R. Robinson to allow adjustment of XML indenting * Added optional XSL stylesheet support * Added function to return the bounding box (latMax,lonMin latMin,lonMax) for the alert (this can be used for a rough but efficient way of testing the alert's relevance at a particular lat/lon location.) Version 1-1_02 12/4/05 * Fixed bug in Alert.toString() that caused an ill-formed tag. * Added contributed code by David R Robinson to enhance XML parser compatibility in CapParser.CAPContentHandler.startElement(). Version 1-1_01 11/28/05 Initial release