Domanda

My content node looks like,

*  ProductList
   *  Product Category 1
      *  Product 1
         *  Fruits
            *  Fruit 1
         *  Colors
            *  red
            *  blue
       *  Product 2
          *  Fruits
             *  Fruit 2
          *  Colors
             *  green
             *  orange

In "Fruit 1" content, i need a multi-node tree picker, such that there appears only children of corresponding "colors" node(ie, multi-node tree picker with red and blue). Similarly, multi-node tree picker in "Fruit 2" should display only "green" and "blue". How can i make it work?

I guess it can be done by choosing "XPath Expression", if so what would be the expression to make it work?

please help, thanks

È stato utile?

Soluzione

I got it working by using the following datatype "Test" in "fruit 1" ,"fruit 2" etc

enter image description here

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top