Archive for March, 2008

Doctype Declaration with XMLC

Sunday, March 23rd, 2008 Posted in JSP, Java, XMLC | No Comments »

Enhydra XMLC is a neat alternative to Java Server Pages (JSP). XMLC takes a page of plain old HTML and generates a java class capable of producing the same HTML. By marking important elements in the HTML with id and ...

XML Attribute Namespaces

Sunday, March 16th, 2008 Posted in XML | No Comments »

When using namespaces in xml, the namespace of an element is, by default, inherited by its child elements. For example: ...