I am pretty new to XML and XSLT concepts. I am working on a project which uses a XML file to retrieve values and display them. The concept of XML file is like,
Code:
<root> <customer>[INDENT] <id></id> <name></name> <number></number> <day></day> <month></month> <year></year>[/INDENT] </customer> </root>