I have one XML file. Its actualy a RSS file. I wnat to display my RSS in JSP and then when i will open that JSP, my RSS reader which is inbuilt in my Explorer, will display the XML file.
...
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...
Hi
I want to remove the namespace attribute which comes automaticaly when i create the XML using Xmlbeans in the root element. How can i remove it? Becuase i am generating RSS XML. And RSS...
tiles-defs is working fine when i build the project in netbeans.
but, when i do , CLEAN AND BUILD, it does not load the tile-def at all.It is also not showing any error. It jsut show blank...
I am using NetBeans. I have create JAVA project. In that i am not able to import “javax.servlet.http.HttpServletRequest”
In my Web Project i am able to import it.
Can any one please tell me how...
Thx SIR, i have already used that SEARCH feature, but i didnt get, thts y i have asked. anyway, will try to get mroe info from the link which u gave of apache.
if we write www.yahoo.com\news, it will open www.yahoo.com\section=news
what is that called? how i can achive that url mapping?
Where i have to specify which page to open when i write...
can you please tell me what exactly your traverseSchema(doc); function does? whats code underlying? and for getting node attribute value u mention one code snippet. So, how i will get NODE element...
Thanks for reply, but i have came across this solution before posting this question. But in this , the node is having single value. and in my case node is havingmore than one attribute. So, how can i...