From: Lane S. <la...@op...> - 2003-03-16 08:08:33
|
ebr, a while back you made some changes to allow "#include as text...{arg}" to work as "include as template {arg}" (i think it was to allow the use of the classpath to address text templates.). I think there is a case in which "#include as text..." is broken. An "include as text..." inside a macro file where the arg contains a var. It appears to be a regression. Here is the code inside a macro file: #macro header($page) { <html> <head> <link rel="stylesheet" type="text/css" href=/style.css> <title>$page.title</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- Fireworks MX Dreamweaver MX target. Created Tue Jan 28 22:11:19 GMT-0800 (Pacific Standard Time) 2003--> #include as text "$RootDir/template_includes/header.js" << this is where the error msg points to. </head> } error message: [wmcontent] 11:52:33 PM IncludeDirective WARNING Included a 'static' file type using a dynamic filename. File will be included, but any included #macro's will not at template_includes/sitemacros.wmm:11.2 does this help or am I missing something? gracie, -- Lane Sharman Conga Spec Sheet: http://opendoors.com/conga/2.2/docs/CongaSpecSheet.pdf Java Software Portal: http://opendoors.com How I expended my youth: http://opendoors.com/lane.pdf |