## ============================================================================ ## Filename : XMLFileTemplate.vm ## Note(s) : This template is used to generate an XML file. ## ## Copyright (c) 2007 ThinkUI Software Inc. All rights reserved. ## ============================================================================ ## ## **************************************************************************** ## The following variables are available in this template. For more ## information on any of the following variable, please refer to the user guide. ## **************************************************************************** ## $projectName ## $authorName ## $headerText ## $encoding ## $tableName ## $schemaName ## $prjPkgName ## $prjClassPrefix ## $dataClass ## $date ## $codeGen ## $rootName ## $dataObjects ## $attributes ## <${rootName}> #foreach( $dataObject in $dataObjects ) <${tableName.toLowerCase()}> #foreach( $attr in $attributes ) <$attr.getName().toLowerCase()>$codeGen.formatXML($dataObject, $attr) #end #end