|
Optimizing the Page XML Data |
|
|
When we refer to XML nodes as we construct the dynamic elements in a page generally we use the following notation /datasource/node1/node2/...
When we use the "/" character as the node delimiter MoreMotion AF includes all the nodes and their sub-nodes in a datasource regardless of we really need them all. For example if we use definitions $vof(/products/count) and $vof(/request/pg) in a page the XML sent by MoreMotion AF will be more or less as the following.
Don't you think it's a bit to much? Use "." instead of "/" as the node separator. If we use "." as the node separator, for instance $vof(/products.count) and $vof(/request.pg), the result would be:
|