Developer forum

Forum » Development » eCom Nav xslt

Reply

Hi,

 

Im trying to display all sub-groups of a group in the eCommerce.

 

My structure like this:

 

Group

   Group

       Subgroup

       Subgroup

   Group

       Subgroup

   Group

 

My XLST returns something like this (<xsl:copy-of select="/"/>):

 

<Groups>
<Group ID="MyGroupID" ParentID="MyParentID" Name="MyName" Childs="2" Assortment="0" ShopID="SHOP1" LanguageID="LANG1" Level="0" AllowClick="False" PageID="4" ProductPageID="31" Active="False" />
</Groups>

 

So I see that the group's got 2 childs groups... But how do I display these child groups???

My XML dosent contain the 2 child groups...!? Is this correct?

 

Can any one provide me with an example of how this can be done in XLST?

 

/M.


Replies

 

You must be logged in to post in the forum