Generating Specific Kinds of Artifacts from Text Templates
You can use text templates to generate text artifacts. Text templates can use models as input and produce arbitrary text, such as code files, HTML reports, XML, or configuration files.
In This Section
How to: Generate HTML from Text Templates
Describes how to create HTML from text templates.How to: Generate Code from Text Templates
Describes how to create code from text templates.How to: Use Escape Sequences in Text Templates
Describes how to use escaping in text templates.How to: Generate Templates from Templates By Using Escape Sequences
Describes how to create text templates from text templates.
Related Sections
Using Built-in Directives in Text Templates
Contains topics that explain using built-in directives, such as output and include, in text templates.Adding Code to Text Templates
Contains topics that explain adding code, such as statements and expressions, to text templates.Domain-Specific Language Tools Glossary
Defines key terms that are used in the Help for Domain-Specific Language Tools.Generating Artifacts By Using Text Templates
Describes the use of text templates to generate artifacts such as text reports, code, or HTML files.