TurbineResources.getVector("default.doctype", null);
if (doctypeProperty != null && doctypeProperty.size() > 0)
{
if (doctypeProperty.size() == 1)
{
String doc = (String)doctypeProperty.firstElement();
if (doc.equalsIgnoreCase("Html40Transitional"))
{
data.getPage().setDoctype(new Doctype.Html40Transitional());
}
else if (doc.equalsIgnoreCase("Html40Strict"))