Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / December 2005

Tip: Looking for answers? Try searching our database.

Trying to build an RSS Reader

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Roger - 13 Dec 2005 21:59 GMT
I'm trying to build an RSS reader in VB.net.
I have created a class for RssItems, such as the following,
PUBLIC CLASS RssItem
   Public Author as String
   Public PubDate as Date
   Public Description as Description
   Public GUID as String
   Public IsPermaLink as Boolean
END CLASS

The above is purely abstract.
I need to be able to serialize the above object as follows,

<RssItem>
   <Author>....</Author>
   <PubDate>....</PubDate>
   <Description>....</Description>
   <GUID IsPermaLink="false">....</GUID>
</RssItem>

I'm able to serialize the object into an xml string similar to the above,
but without the IsPermalink as an attribute of GUID.
Basically i need to be able to configure the IsPermaLink to be an attribute
of the GUID element.
Ken Tucker [MVP] - 13 Dec 2005 23:12 GMT
Hi,

      Check out these videos

http://download.microsoft.com/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE246
2/13VB.wmv


http://download.microsoft.com/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE246
2/14VB.wmv


Ken
----------------------------
> I'm trying to build an RSS reader in VB.net.
> I have created a class for RssItems, such as the following,
[quoted text clipped - 20 lines]
> Basically i need to be able to configure the IsPermaLink to be an
> attribute of the GUID element.
Ken Tucker [MVP] - 13 Dec 2005 23:22 GMT
Hi,

       Sorry forgot the last 2.

http://download.microsoft.com/download/6/2/4/6247616D-A0C7-4552-B622-3F0450DE246
2/15VB.wmv


http://download.microsoft.com/download/6/2/4/6247616d-a0c7-4552-b622-3f0450de246
2/16VB.wmv


Ken
----------------------
> Hi,
>
[quoted text clipped - 30 lines]
>> Basically i need to be able to configure the IsPermaLink to be an
>> attribute of the GUID element.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.