Rating is available when the video has been rented.
This feature is not available right now. Please try again later.
Published on Aug 19, 2014
The main goal of the HTML templating framework in eXist-db is a clean separation of concerns. Generating entire pages in XQuery is quick and dirty, but makes maintenance and code sharing difficult. Ideally people should be able to look at the HTML view of an application and modify its look and feel without knowing XQuery. The application logic - written in XQuery - should be kept separate. Likewise, the XQuery developer should only deal with the minimal amount of HTML which is generated dynamically.