Hi All,
I am new to XML,XSLT. I have been assigned to task of Generating HTML pages based on the XML file & the condition is No Hardcoding of Nodes and other details.
My XML file is of the below struct:
Node inside Nodes , and those nodes would contain any number of attribuites or elements.
Now i need to knw , is there any Generic XSLT Algorithm to can do the above job and render the HTML page in the form of Navigation Tabs?
Please advice...