XSL Output
XML / XSL
1
Posts
1
Posters
4
Views
1
Watching
-
Hi I have XSL I created, that display output recieved from xml from Store Procedure. My XSL has labels which are headings of columns, then for-each block for my output. My output doesn't have to come belows my columns, I need to have something like this: Column Value (first format) ----------------- Name: Tom Last Name: Brown *NOT* (Second format) ----- Name Last Name Tom Brown How do I display the output like in the first format, because my FOR-EACH clause in the xsl is the one taking data from Store Proc and displaying it.