473,325 Members | 2,870 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

XML Blogroll

What other attributes would be needed for an XML formatted blog-roll?
Can you help me add to this format / code.

<?xml version="1.0"?>
<blogRoll>
<blog>
<blogName>My Blog</blogName>
<blogDescription></blogDescription>
<htmlURI>http://www.myblog.com</htmlURI>
<xmlURI>xx.rss</xmlURI>
</blog>
</blogRoll>

Apr 2 '07 #1
2 1370
On Apr 2, 11:57 am, dlcac...@gmail.com wrote:
What other attributes would be needed for an XML formatted blog-roll?
Can you help me add to this format / code.

<?xml version="1.0"?>
<blogRoll>
<blog>
<blogName>My Blog</blogName>
<blogDescription></blogDescription>
<htmlURI>http://www.myblog.com</htmlURI>
<xmlURI>xx.rss</xmlURI>
</blog>
</blogRoll>
Possibly a tag the blog was <lastUpdated/or <blogAdded/?

Apr 3 '07 #2
in message <11**********************@n59g2000hsh.googlegroups .com>,
dl******@gmail.com ('dl******@gmail.com') wrote:
On Apr 2, 11:57 am, dlcac...@gmail.com wrote:
>What other attributes would be needed for an XML formatted blog-roll?
Can you help me add to this format / code.

<?xml version="1.0"?>
<blogRoll>
<blog>
<blogName>My Blog</blogName>
<blogDescription></blogDescription>
<htmlURI>http://www.myblog.com</htmlURI>
<xmlURI>xx.rss</xmlURI>
</blog>
</blogRoll>

Possibly a tag the blog was <lastUpdated/or <blogAdded/?
Better an attribute, surely? Indeed, several of those things should be
attributes - blogName, htmlURI and xmlURI are definite candidates. Once
you've done that the only content of the <blogelement is the
description:

<?xml version="1.0"?>
<blogRoll>
<blog name="My Blog" htmlURI="http://www.myblog.com" xmlURI="xx.rss">
Description of my blog.
</blog>
</blogRoll>

Incidentally I think mixed case, studly caps and so on in element or
attribute names is a mistake. I know this because I've done it myself, and
it is a prime cause of bugs which are absurdly hard to spot. Stick to
either all uppers or (preferably) all lowers.

--
si***@jasmine.org.uk (Simon Brooke) http://www.jasmine.org.uk/~simon/

;; Women are from Venus. Men are from Mars. Lusers are from Uranus.
Apr 4 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Michael Kalina | last post by:
Hi! I have a problem with my CSS and Mozilla Firefox as well as Opera 7.xx: On my homepage http://michaelsremarks.com, I use a BlogRoll. When the page loads, there is a break of all the lines in...
7
by: Wilhelm Kutting | last post by:
Hi again i want to replace the following layouttabel with css/xhtml: ---------------------------------- <table width="640" cellspacing="0"> <tr> <td valign="top">My Title</td> <td...
5
by: Zlatko Matiæ | last post by:
Is there any link with information about major changes in new version of Access ?
0
by: ronald.chis | last post by:
Iwebs v1.2 - Open Source Web-Publishing Platform for Bloggers and website builders available Now- (Sept 16-2008) With more updations iwebs version 1.2 can be downloaded here -...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.