|
 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.
Dont
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
 |