mo:pageInfo Attribute |
![]() ![]() ![]() |
In an XSL Stylesheet document mo:pageInfo attributes can be attached to the HTML container elements such as body, table, div, etc. to define some important information about that part of the document.
Syntax: pageInfo="name:products;lang:en;charset;iso-8859-1;GS:,;DS:." name The name of the page that this part is transferred from. lang The language of the part charset The character set of the part. GS The grouping separator the part DS The decimal symbol of the part
Setting the pageInfo dynamically The pageInfo attribute can also be set dynamically as follows: pageInfo="{/root/pageinfo}"
In order to force MoreMotion to provide the pageinfo data source for each page the system parameter generatePageInfo should be set to "true" in the sysinfo.xml file.
|