I was going through workflow template example. According to iwwf.dtd specifications workflow template starts from <workflow> tag, while in the example workflow template starts from <template_script> tag. So is this valid according to the specifications ? Why iwwf.dtd does not specify about the <template_script> tag and why does not dtd document start from <template_script> tag ? I am copying parts of example here.Simple Workflow Template FileThe following is a fragment from a simple workflow template file that fills in blank fields(indicated by __TAG__ directives) with HTML-encoded CGI data.[html]-----------------------------------------------------------------------<[! CDATATAG_info(description => "",job_name => "",);]]>owner="__TAG__('iw_areaowner');"description="__TAG__('description');">-------------------------------------------------------------------------[/html]Pls explain,thanks
How did you make sure that all the tags appear on the screen ? I write the message and browser is taking away all tags. Can you pls explain ghoti ?