Skip to end of metadata
Go to start of metadata

Personalization in GX WebManager depends on a number of things:

  • HTML of the page
  • XML containing session and request information
  • XSL to reformat the page based on personalization expressions

These three are combined on the server side, which results in plain HTML being sent out to the visitor of the website.

It is possible to view the combined XML of the page and session information; based on this XML you can create your own personalization expressions. To see the XML, add "xmldebug=true" as parameter to the URL of the page. You will have to request the page on the backend server and you have to be logged in with the Tomcat administrative login to get access. For example:



The above URL would return something like:

 The code above has been beautified and shortened to be more insightful. In it, you can see the system information and the HTML as it is escaped in CDATA tags.

If you want to view the XSL that transforms this XML, use the XSLdebug parameter.