资 源 简 介
XML-XSL Templates
XML-XSL Templates (XXT) is a sever-side Web template system built using PHP. No database and no PHP coding skills are required.
XXT separates page data from HTML structure using a clean, standards-based XML workflow. Pages are built using Objects, collections of data and template files.
Templates
Templates are created using W3C-standard XSLT files. XSLT (eXtensible Stylesheet Language - Transformations) is an XML language that reads your provided data files and creates HTML output from it. In addition, special XXT extensions provide a powerful toolset for managing images, dates, and dynamic embedded objects.
Managing image sizes is extremely easy: simply change the size requested in a template file and, the next time the page is accessed, the image is resized and cached.
To use XXT, you should have a good understanding of XML, XSLT 1.0, and HTML. No knowledge of PHP is required unless you want to extend the co