Re: XML XSLT Table display

From: DA Morgan <damorgan_at_psoug.org>
Date: Sun, 06 Jan 2008 22:58:46 -0800
Message-ID: <1199689090.839267@bubbleator.drizzle.com>


Pradeep wrote:
> I have a following XML file
> <ITEMLIST>
> <ITEM>
> <NAME> Item1 </ITEM>
> <PRICE> 500 </PRICE>
> </ITEM>
> <ITEM>
> <NAME> Item2 </ITEM>
> <PRICE> 600 </PRICE>
> <LOCATION> XYZ</LOCATION>
> </ITEM>
> <ITEM>
> <NAME> Item3 </ITEM>
> <PRICE> 700 </PRICE>
> <QTY> 25 </QTY>
> </ITEM>
> <ITEM>
> <NAME> Item4 </ITEM>
> <PRICE> 900 </PRICE>
> <QTY> 90 </QTY>
> </ITEM>
> </ITEMLIST>
>
> and want to display in HTML like following
>
> -------------------------------------------
> | | PRICE | LOCATION | QTY |
> -------------------------------------------
> Item1 | 500 | | |
> -------------------------------------------
> Item2 | 600 | XYZ | |
> -------------------------------------------
> Item3 | 700 | | 25 |
> -------------------------------------------
> Item4 | 900 | | 90 |
> -------------------------------------------
>
>
> Is it possible via XSLT to do this ...If yes, kindly provide a small
> code snippet to do this

And your ORacle version is?

-- 
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Jan 07 2008 - 00:58:46 CST

Original text of this message