|
From: Michael H. <mik...@us...> - 2004-12-08 02:30:32
|
Update of /cvsroot/idxml/idxml/src/net/sourceforge/idxml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17892/src/net/sourceforge/idxml Modified Files: IDXMLParser.java IDXMLParserTest.java Log Message: sets source and target to 1.4 (since otherwise the resulting binary/jar is wrong binary version for a 1.4 project) and fixed an off-by-one / fencepost bug in getCount( String ) if the last tag it was counting was flush up against the close tag for the enclosing group (or is the last character in the XML string) |