#!/usr/bin/python from Web import xhtml def main(): xhtml.main() if __name__ == '__main__': main()