CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ujjvalpandya

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    6,941

    How to display XML File in JSP?

    Hi

    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.
    ...
  2. Replies
    2
    Views
    785

    Re: servlet mapping problem

    it is still not opening page with the given parameter.
    and also CSS is not being loaded.
  3. Replies
    2
    Views
    785

    servlet mapping problem

    hi

    my web.xml :

    Code:
    <servlet>
    <servlet-name>test</servlet-name>
    <jsp-file>/abc/a.jsp</jsp-file>
    <init-param>
    <param-name>Id</param-name>
  4. Replies
    0
    Views
    1,784

    add more than one namespace in XML

    hi

    I am generating XMl file using XmlEans. I have written :

    File outputFile = new File(RSSFile);
    XmlOptions options = new XmlOptions();

    ...
  5. Replies
    2
    Views
    8,011

    Re: Remove namespace from XML

    how can i add the postfix value to xmlns ?

    do i have to change the XSD? coz in my XSD its like :

    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    ...
  6. Replies
    2
    Views
    8,011

    Re: Remove namespace from XML

    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...
  7. Replies
    2
    Views
    8,011

    edit namespace from XML

    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...
  8. Replies
    4
    Views
    1,167

    Re: How to re-write URL?

    OMG, i was totaly in wrong direction till now ! Thanks a lot dear. I was really confused about apache and apache tomcat.

    cant we achieve URL rewriting with tomcat ? to i have to add plug-inns in...
  9. Replies
    4
    Views
    1,167

    which ver. for required for mode_rewrite?

    Hi

    I have installed : apache-tomcat-6.0.14.exe
    It donet have httpd.conf
    which version i have to install to use URL rewriting?
  10. Replies
    4
    Views
    1,167

    How to re-write URL?

    Hi

    I want to re-write my URL. I came cross two things :
    1) .htaccess
    2) <Directory> tag

    Whichis best to use?
    And i read abput both, but being new i am not able to get the thing. I read that...
  11. Replies
    1
    Views
    1,112

    Re: tile-def not working in netbeans

    hi

    I have sloved it :)

    Actualy i forgot to add structs framework :) which is required by my tiles-def !
  12. Replies
    1
    Views
    1,112

    tile-def not working in netbeans

    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...
  13. Not abel to import “javax.servlet.http.HttpServletRequest” in JAVA Project

    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...
  14. Replies
    9
    Views
    1,367

    Re: how to map URL to some name

    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.

    thx.
  15. Replies
    9
    Views
    1,367

    Re: how to map URL to some name

    I have create one .htaccess file as follows :

    RewriteEngine on
    RewriteRule ^\./old\.html$ ./new.html

    i have also tried :

    RewriteEngine on
    RewriteRule ^old\.html$ new.html
  16. Replies
    9
    Views
    1,367

    Re: how to map URL to some name

    and i want to ask one mroe thing, will this .htaccess work also with jsp , or its only for php?
  17. Replies
    9
    Views
    1,367

    Re: how to map URL to some name

    can you please tell me how to do that using .htaccess file? what to write and where to put that file?
  18. Replies
    9
    Views
    1,367

    Re: how to map URL to some name

    hi. thanks for your answer.but i think i was not able to explain my question.

    i want , if i type

    www.mywebsite.com\news
    it should open the www.mywebsite.com\section=news.

    as per my info,...
  19. Replies
    9
    Views
    1,367

    how to map URL to some name

    hi

    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...
  20. Replies
    13
    Views
    2,688

    Re: how to read XML file in Java?

    thx.i got the solution from this :)
  21. Replies
    13
    Views
    2,688

    Re: how to read XML file in Java?

    thx.i got the solution from this :)
  22. Replies
    13
    Views
    2,688

    Re: how to read XML file in Java?

    thx.i got the solution from this :)
  23. Replies
    13
    Views
    2,688

    Re: how to read XML file in Java?

    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...
  24. Replies
    13
    Views
    2,688

    Re: how to read XML file in Java?

    hi, thx . will try this out.
  25. Replies
    13
    Views
    2,688

    Re: how to read XML file in Java?

    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...
Results 1 to 25 of 51
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured