mpfserver Manual
 
 
 Examples | import content of text-files
display content of included file
{mpf:include=myfile.txt}
include latest version of given file (myfile.txt)
{mpf:include=F://tmp/myfile.htm||version}
use as conditional section (use with closing token)
{mpf:include=myfile.txt||!@confidential}
... will be returned if included file does not contain "confidential" ...
{/mpf:include=myfile.txt||!@confidential}
store content of included file in myVar (use as embedded token)
{mpf:set=myVar||{mpf:include=myfile.txt}}
I cannot access parameters in included files
parameters may be passed to included files, but they can be accessed only, if parsing is not deactivated!
 
 
2004 by master-p-formance.All rights reserved.
 
This manual is generated on the fly using mpfserver and MPFT (mpf transformation).