R
Ruby Tuesdays
In my relational database, I have the following:
imgname varchar(32)
imgdesc memo
imgloc varchar(64)
note memo
All the images are in a directory, e.g: c:\images.So, if the image file for
imgname1 is c:\images\imgname1.jpg -- that is c:\images\<imgname>.jpg.
How can I make use the XML technology to display the record on the browser
in a tabular form as follows:
______________________________________
imgthumbnail | imgname | imgdec | imgloc | note
imgname varchar(32)
imgdesc memo
imgloc varchar(64)
note memo
All the images are in a directory, e.g: c:\images.So, if the image file for
imgname1 is c:\images\imgname1.jpg -- that is c:\images\<imgname>.jpg.
How can I make use the XML technology to display the record on the browser
in a tabular form as follows:
______________________________________
imgthumbnail | imgname | imgdec | imgloc | note