Cannot display converted value inside xml field
Posted
by zurna
on Stack Overflow
See other posts from Stack Overflow
or by zurna
Published on 2010-04-05T15:53:42Z
Indexed on
2010/04/05
16:13 UTC
Read the original article
Hit count: 226
asp-classic
PS: My bad, there was not an error. I forgot to upload the latest version to the server...
I have multimedias and images table. I save images in multimedias table with their images table id numbers. Then whenever I need image's url, with a simple function I get it from images table. The problem I am having is when I try to display image's url inside ImageURL, it just does not happen. This is very annoying.
xml output
<?xml version='1.0' encoding='windows-1254' ?>
<rows><row id='1'>
<MultimediaTitle>Hagi Goals</MultimediaTitle>
/FLPM/media/images/5Y2K4T5V_sm.jpg
<ImageURL><![CDATA[]]></ImageURL>
<Videos>
<VideoID id='1'><VideoURL>/FLPM/media/videos/0H7T9C0F.flv</VideoURL></VideoID>
<VideoID id='2'><VideoURL>/FLPM/media/videos/9L6X9G9J.flv</VideoURL></VideoID>
</Videos>
</row>
</rows>
© Stack Overflow or respective owner