From b703e05d9154845b6e5c6f1bf20b0a42df7c3613 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 29 Jan 2006 00:46:56 +0000 Subject: Enhanced error report for template parser. --- demos/quickstart/protected/pages/Configurations/AppConfig.page | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/quickstart/protected/pages/Configurations/AppConfig.page b/demos/quickstart/protected/pages/Configurations/AppConfig.page index d40510ef..8d998f85 100644 --- a/demos/quickstart/protected/pages/Configurations/AppConfig.page +++ b/demos/quickstart/protected/pages/Configurations/AppConfig.page @@ -31,8 +31,9 @@ Configuration for an application is stored in an XML file named application.
  • The <services> element is similar to the <modules> element. It mainly specifies the services provided by the application.
  • The <parameters> element contains a list of application-level parameters that are accessible from anywhere in the application. You may specify component-typed parameters like specifying modules, or you may specify string-typed parameters which take a simpler format as follows, -ParameterValue + +Note, if the value attribute is not specified, the whole parameter XML node (of type TXmlElement) will be returned as the parameter value.
  • -- cgit v1.2.3