473,322 Members | 1,493 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,322 software developers and data experts.

RSS 2.0 feed namespace problem

Hello there
You need to create namespace in order to add your own element, But how
can I create namespace file? Does it need to post that namespace to
some authorized person of RSS?
For Example. I wish to add my own element in RSS feed, so I will go for
namespace, But How to create namespace file? What is the structure of
namespace files that I need to follow?
What is meant by defining those elements in namespace? What I
need to do to define those elements in namespace? Where can I get
detailed information on how to write your own namespace?
When I try to use some exising namespace, I saw a HTML file
where I got useful information of those defined elements, but was
unable to see the actual namespace file.
Does anyone know what to do exactly ?

Regards,
Ajay Sonawane
(Webtech Developers Pvt.Ltd.)

Jul 20 '05 #1
1 1277
<aj***********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Hello there
You need to create namespace in order to add your own element, But how
can I create namespace file? Does it need to post that namespace to
some authorized person of RSS?
For Example. I wish to add my own element in RSS feed, so I will go for
namespace, But How to create namespace file? What is the structure of
namespace files that I need to follow?
What is meant by defining those elements in namespace? What I
need to do to define those elements in namespace? Where can I get
detailed information on how to write your own namespace?
When I try to use some exising namespace, I saw a HTML file
where I got useful information of those defined elements, but was
unable to see the actual namespace file.
Does anyone know what to do exactly ?

Regards,
Ajay Sonawane
(Webtech Developers Pvt.Ltd.)

There is no such thing as a namespace file. A namespace is a unique identifier,
it may look like a URL but it's really just a string of characters. There is no
need for it to actually point to anything.
Once a namespace is declared,
xmlns:myNs=http://www.rightway.co.uk/namespaces/general/myApp then any elements
with the prefix myNs, eg.g myNs:table will be in that namespace and therefore
NOT equivalent to a table element of one with a prefix representing a different
namespace.

--

Joe (MVP - XML)

https://mvp.support.microsoft.com/pr...8-8741D22D17A5
Jul 20 '05 #2

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

Similar topics

0
by: Kraft Bernhard | last post by:
Hallo list, I don't know if this is a apropriate Newsgroup for this thread but I found it via google and there are already some RSS question in here so I'm just asking: I have written a...
3
by: David N. | last post by:
Hi All, I spent too much time on trying to get the CrLf into a string, which contains embedded SQL statements that can be executed by the SQLClient.SqlCommand. Note that these SQL statements...
2
by: Steve Peterson | last post by:
Hello I need to provide a live XML feed from my web application to a 3rd party. The 3rd party needs data from our database in XML format which will be fromatted & presented on a web page sort of...
9
by: StewartS | last post by:
Hi there, I'm looking to display the Yahoo Weather feed on my website (http://developer.yahoo.com/weather/). I am using Visual Web Developer 2005. Everything works fine while parsing normal...
4
by: Florian Lindner | last post by:
Hello, I'm looking for python RSS feed parser library. Feedparser http://feedparser.org/ does not seem to maintained anymore. What alternatives are recommendable? Thanks, Florian
8
by: i3dmaster | last post by:
I have a sample Atom feed like this: <?xml version='1.0' encoding='utf-8'?> <feed xmlns='http://www.w3.org/2005/Atom' xmlns:foo='http:// app.example.com/app/2007'>...
8
by: mc | last post by:
I would like to be able to send from an ASP.NET page an email which when recieved takes the form of a "Sharing Invitation for a RSS Feed"...
5
by: Ed Flecko | last post by:
Hi folks, I'm trying to figure out this whole RSS feed thing. I've created my .xml file to use for my feed, and my browsers "recognize" that I have an RSS feed, and you can subscribe, etc., etc....
1
by: Arnab das | last post by:
I am showing a rss feed in a listview in asp.net 3.5.Currenly I am showing everyitem,but I would like to show top 5 articles.I am giving my code below. XDocument feedXML =...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
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: 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: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
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.