Xpage showing view with nested categories

Hi,

Who can help me on the following topic. I’m Xpage enabling an existing application. This application contains a views where the first column contains for example this code:

Segment +

@If(ProductFamily=“”;“”;“\” + ProductFamily) +

@If(ProductCategory=“”;“”;“\” + ProductCategory) +

@If(ProductGroup=“”;“”;“\” + ProductGroup) +

@If(Product=“”;“”;“\” + Product);

As you can see it can have max. 5 levels. In the Lotus notes Client I get nested categories. When I show such a view via a xpage in my internet explorer, the sections are not indented. Does anybody has a solution for this.

Many thanks in advance.