UI Taglib
xmlns has changed from http://java.sun.com/jsf/facelets to http://sarugo.org/xtc/ui.
Some tags have been dropped as they related to managing JSF components.
Custom Taglibs
The DTD has been modified to remove JSF related parts. The faclets-taglib element has been renamed xtc-taglib.
To reflect the updated DTD and different packaging for taglib implementations, the DOCTYPE declaration for a taglibs must now be:
<!DOCTYPE xtc-taglib PUBLIC "-//Sarugo Pty. Ltd.//DTD XTC Taglib 1.0//EN" "http://sarugo.org/dtd/xtc-taglib_1_0.dtd">
JSTL Core Taglib
The xmlns for JSTL core has been changed to http://java.sun.com/jsp/jstl/core to match the JSTL 1.1 spec.
