I need to output a "button menu" for a slideshow with various number of slides - guess I have to create a variation of a navigation XSLT template for this - and hopes anyone can point me in the right direction? The code below is the original programming for the buttons, which I have to implement on some way in XSLT-file.
<nav class="nav nav--dots nav--slideshow" data-slideshow="#slideshow-1"> <button class="nav__item nav__item--active jquery__slideshowNav" data-slideshow-target="0"></button> <button class="nav__item jquery__slideshowNav" data-slideshow-target="1"></button> </nav>
//Lise