I creating a menu where I want to call different gallery for different companies the menu will be something like this: Babarian | Norwid | Lewis
This suppose to call the Xml and bring thumbnail images that once you click on one of them it will open at the top. how can i do it. Is my xml file correct?
<gallery>
<company id="babarian">
<image> image1.jpg</image>
<image> image2.jpg</image>
<image> image3.jpg</image>
<image> image4.jpg</image>
</company>
<company id="norwid">
<image> image1.jpg</image>
<image> image2.jpg</image>
<image> image3.jpg</image>
<image> image4.jpg</image>
</company>
<company id="lewis">
<image> image1.jpg</image>
<image> image2.jpg</image>
<image> image3.jpg</image>
<image> image4.jpg</image>
</company>
</gallery>
Start Free Trial