XHTML XInsert Script

This script for the XInsert plugin makes it quick and easy to build compliant xhtml 1.0 and html 4.0 strict files. All html tags are in lowercase as required by the xhtml spec, and it tries to provide convenient prompting for required elements in tags. To use it, just copy it to your XInsert script location (~/.jedit/xinsert/ on Linux or OS X) and click reload in XInsert.

Download

Changelog

0.4

-Fix for some missing /'s at the end of head tags. Rumor has it this may cause issues in some browsers but it is required by xhtml strict.
-Added href to objects. If you have text pre-selected, it seems to get un-selected when the href dialog comes up and not get put in the proper location. See sourceforge bug #1032850.

0.3

-Initial Public Release