XML XSLT Table display
am 07.01.2008 04:45:30 von pradeepI have a following XML file
and want to display in HTML like following
-------------------------------------------
| | PRICE | LOCATION | QTY |
-------------------------------------------
Item1 | 500 | | |
-------------------------------------------
Item1 | 600 | XYZ | |
-------------------------------------------
Item1 | 700 | | 25 |
-------------------------------------------
Item1 | 900 | | 90 |
-------------------------------------------
Is it possible via XSLT to do this ...If yes, kindly provide a small
code snippet to do this