Entities Screenshot



Entities

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


Back to Entities Details page

Entities Related
New software of Web Authoring, JavaScript