Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > how to stuff HTML into RSS??

Reply
Thread Tools

how to stuff HTML into RSS??

 
 
lkrubner@geocities.com
Guest
Posts: n/a
 
      12-02-2004
Me and some friends are working on some PHP based templates for web
pages. We've templates that look like this (simplified):

<html>
<head>
<title>
The green and blue design for carpentry companies
</title>
</head>
<body>
<?php showMainContent(); ?>
<div style="width:200px; float:right">
<?php showLinkArea(3); ?>
</div>
</body>
</html>


I'd like to publish all the templates in our database in an RSS feed so
it will be easier to import them on other sites. Does it screw things
up if I stuff HTML into the DESCRIPTION tag on an RSS .91 feed?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stuff a pair of size_t into an uint32_t Giuseppe:G: C++ 1 07-12-2008 06:17 PM
Help requested -- importing stuff from a .COM DLL into python John D Salt Python 1 05-31-2006 08:39 PM
using dreamweaver : how can I insert HTML file into another html file? johnsonholding@yahoo.com HTML 3 01-10-2006 08:06 PM
MS VS does not recognize some html stuff. Qwert ASP .Net 1 04-13-2005 01:31 AM
how to stuff HTML into RSS?? lkrubner@geocities.com XML 6 12-08-2004 12:31 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57