RSS Feeds 2003

F

Fred

I have java script created but does not past test? Is 2003 Publisher able to
be an RSS feed on certian pages? Below quick script generated and style
sheet. Style sheet is irrelevant but the feed would be great.

Many thanks for any help.


<script language="JavaScript"
src="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http://www.docsonline.net.au/&amp;desc=1"
type="text/javascript"></script>

<style type="text/css" media="all">



<!-- /* begin styles for RSS Feed */



..rss-box {

margin: 1em;

width: 451px;

background-color: white;

border: 1px solid silver;



}

..rss-items {

margin-top:0px;

padding:0.5em; 0.5em;

margin-left:0px;

color:#000000;

}

p.rss-title {padding:0.5em;}

..rss-title {

font-size: 8pt;

background-color: white;

color: black;

font-weight:bold;

text-align: left;

}



..rss-item {

font-size: 7pt;

list-style:none;

padding-bottom:1em;

}



..rss-item a {

color:#333333;

font-size: 9pt;

font-weight:bold;

}



..rss-item a:visited {

color: black;

}



..rss-date {

font-size: 7pt;

color: navy;

}

-->



</style>

<noscript>

<a
href="http://jade.mcli.dist.maricopa.edu/.../www.docsonline.net.au/&amp;desc=1&amp;html=y">View
RSS feed</a>

</noscript>
 
D

David Bartosik

this code simply generates a hyperlink to a web page albeit an rss file.
it should work fine in Publisher.
I just opened Notepad, dumped your code in, wrapped it with a open and close
html tag, and saved it as and html file.
Then ran the file in the browser, the link generated fine, clicking the
hyperlink returned an error.
That would be an issue with the
"jade.mcli.dist.maricopa.edu/feed/feed2js.php" file.
 
F

Fred

Shall try it. Many tks David for the time.

David Bartosik said:
this code simply generates a hyperlink to a web page albeit an rss file.
it should work fine in Publisher.
I just opened Notepad, dumped your code in, wrapped it with a open and
close
html tag, and saved it as and html file.
Then ran the file in the browser, the link generated fine, clicking the
hyperlink returned an error.
That would be an issue with the
"jade.mcli.dist.maricopa.edu/feed/feed2js.php" file.

--
David Bartosik - [MSFT MVP]
http://www.publishermvps.com


Fred said:
I have java script created but does not past test? Is 2003 Publisher able
to
be an RSS feed on certian pages? Below quick script generated and style
sheet. Style sheet is irrelevant but the feed would be great.

Many thanks for any help.


<script language="JavaScript"
src="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http://www.docsonline.net.au/&desc=1"
type="text/javascript"></script>

<style type="text/css" media="all">



<!-- /* begin styles for RSS Feed */



..rss-box {

margin: 1em;

width: 451px;

background-color: white;

border: 1px solid silver;



}

..rss-items {

margin-top:0px;

padding:0.5em; 0.5em;

margin-left:0px;

color:#000000;

}

p.rss-title {padding:0.5em;}

..rss-title {

font-size: 8pt;

background-color: white;

color: black;

font-weight:bold;

text-align: left;

}



..rss-item {

font-size: 7pt;

list-style:none;

padding-bottom:1em;

}



..rss-item a {

color:#333333;

font-size: 9pt;

font-weight:bold;

}



..rss-item a:visited {

color: black;

}



..rss-date {

font-size: 7pt;

color: navy;

}

-->



</style>

<noscript>

<a
href="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http://www.docsonline.net.au/&desc=1&html=y">View
RSS feed</a>

</noscript>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top