|
-
July 17th, 2008, 12:05 AM
#2
Re: Remove namespace from XML
 Originally Posted by ujjvalpandya
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns="http://g.b.sys.com/a/RSS">
.
i got the thing.
problem is not the namespace. its the way i write namespace using XMLBeans. It i write namespace as :
<rss version="2.0" xmlns:a="http://g.b.sys.com/a/RSS">
then RSS agregator reads it as RSS.
so now i have to add ":a" or somthing after ":" then only it will work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|