GLOBAL SITES
 Home > Word-2-Web > Macrobject Word-2-Web Manual
Welcome to DocAuto products
Creating Online Document
Options
Regenerating Online Document
Using Command Line
Creating Customize Template
  Basic Concepts of Template
  Contents of a Template
  Steps of Creating a Template
  Preparing a HTML File
  Adding Template Tags
  Modify Build-in Styles
  Images Used by Template
Working with Security Software
FAQ
Registering Word-2-Web

6.1     Basic Concepts of Template

A template is used by Word-2-Web to create a web page for each chapter in the Word document.

A template of Word-2-Web is a HTML page (*.htm, *.asp, *.jsp, *.aspx, *.php, etc.) with some embedded tags in it. The embedded tags are also called “scripts”. Word-2-Web uses Nuva Language as its script language.

The syntax of Nuva scripts (embedded tags) in the template are similar to Xsp (asp, asp.net, php, jsp, etc.). The Nuva scripts are embedded in “<.” and “.>” (or “[.” and “.]”) and that Xsp scripts are embedded in “<%” and “%>”. Any Nuva statement (e.g. output, variable declares, function declares, control statements) can be used in the template of Word-2-Web.

Don’t worry, Nuva language skills are not required while creating a template.

Below is an example of using Nuva scripts in the template:

 

Related Topics

Creating Customize Template