Google XML Pages 0.2 (Beta)
GXP is a templating system used to generate XML/SGML markup (most often HTML).
Core Features
- Support for multiple languages (currently Java, C++ in progress).
- Support for runtime compilation.
- Compile-time type checking and partial markup validation.
- Automatic escaping of untrusted content.
- Internationalization support.
- Convenient parameter passing/modularization system.
- Very lightweight runtime system.
- Strongly encourages functional (as opposed to imperative) style in templates.
User Documentation
- Introduction (OSCON 2008 Talk slides)
- Tutorials
- Language Reference
- Library Reference (javadoc)
- FAQ
Developer Documentation
- CompilerArchitecture
