Entity Strip/Insert 3.3

License: Free ‎File size: 3.55 MB
‎Users Rating: 2.4/5 - ‎5 ‎votes

Consists of a pair of utilities that let you convert/strip/insert HTML/XML/XHTML entities such as _amp;- and _quot; from files converting them back and forth to their equivalent single characters !amp; and !quot;. It handles the HTML 4 entities such as _hearts; as well as decimal _#123; and hexadecimal _x#123; entities. You may us this package as standalone utilities, or use the classes in your own programs to insert or strip entities from HTML. You can use them like this: REM to remove & entities and HTMLtags from a file REM converting entities back to characters strip.jar afile.html REM to convert entities in a file insert.jar afile.html They come complete with Java source and jar files.

VERSION HISTORY

  • Version 3.3 posted on 2014-08-24
    add table for musical symbols
  • Version 3.2 posted on 2014-08-02
    add table of various width of spaces
  • Version 3.1 posted on 2011-09-02
    correct tables. Y diaresis and y diaresis were reversed.
  • Version 3.0 posted on 2011-02-10
    rename classes and methods. Three file utilities Entify, DeEntify and Flatten
  • Version 2.9 posted on 2010-01-29
    Now generates a table of XHTML entities for the website.
  • Version 2.6 posted on 2009-04-05
    StripEntities now leaves a space behind when it removes a tag.
  • Version 2.5 posted on 2008-08-06
    allow handling of either HTML or XML enitities. Methods renamed to clarify which you want. Convert the JDK 1.5

Program Details