eulogy6
Programmer
- Apr 30, 2004
- 26
Hi to all,
I‘ve a XML like the following:
<rss version="2.0">
<channel>
<title>TEST</title>
<link> </link>
<description> </description>
<language>En</language>
<webMaster> </webMaster>
<docs> </docs>
<image> <title>image</title>
<width>32</width>
<height>32</height>
<link> </link>
<url></url>
</image>
<item>
<title>today 18/8 : Product1, Product2, Product3
</title>
</item>
</channel>
</rss>
I’m trying to retrieve the values Product1, Product2 and Product3, in order to use them to sort a dataset
“Select * From Products Where Productname= “Product1” or “Product2” or “Product3”
thanx in advanced
I‘ve a XML like the following:
<rss version="2.0">
<channel>
<title>TEST</title>
<link> </link>
<description> </description>
<language>En</language>
<webMaster> </webMaster>
<docs> </docs>
<image> <title>image</title>
<width>32</width>
<height>32</height>
<link> </link>
<url></url>
</image>
<item>
<title>today 18/8 : Product1, Product2, Product3
</title>
</item>
</channel>
</rss>
I’m trying to retrieve the values Product1, Product2 and Product3, in order to use them to sort a dataset
“Select * From Products Where Productname= “Product1” or “Product2” or “Product3”
thanx in advanced