Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sparc20

  1. sparc20

    How to get an xml feed to display in my site

    Well i think there are 2 ways of doing it: 1. stream the xml to the browser and let it do the rest of the work 2. use xsl transformation to make it a nice looking webpage. But then again dont take my word for it.
  2. sparc20

    How to...RDF-XML w/ XSL

    I apologise in advanced for this trivial question.Im in quick start in this so ur comments would be really usefull. I have an xml file which includes rdf: <news:dateCreated rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2004-11-21T17:08:23</news:dateCreated> <news:body>...
  3. sparc20

    XML, XSLT in Jsp

    item.xml is displayed correctly using item.xsl using a web browser, yes. If you agree with the the code above it might be a problem with the files location. As this is my first attempt i may misplace them in the directory structure. Would u know where should they be ? They look like this...
  4. sparc20

    XML, XSLT in Jsp

    Hello everyone, i want to open a stream of xml, maybe a file and also use an .xsl file for transforming it. i Have so far : response.setContentType("text/xml"); PrintWriter out = response.getWriter(); File xmlFile = new File("item.xml"); File xsltFile =...
  5. sparc20

    bookmarking

    So guys, how can i have a link that bookmarks a webpage in the web browser ? Is it html or javascript? thanx
  6. sparc20

    Running game

    sedj-> what you posted did not help me understand....the file IS on the browser's and the servers' machine... why not crosspost ?
  7. sparc20

    Running intrnal batch file

    I have tomcat installed on my pc with a website loaded on it. This website includes this link <A href="file:///C:/UnrealEngine2Runtime/System/runGame.bat">Play Game</A> which points to a file in the hard drive with the tomcat on. The idea is when clicked to get an Internet Explorer window...
  8. sparc20

    Running game

    I have tomcat installed on my pc with a website loaded on it. This website includes this link <A href="file:///C:/UnrealEngine2Runtime/System/runGame.bat">Play Game</A> which points to a file in the hard drive with the tomcat on. The idea is when clicked to get an Internet Explorer window...
  9. sparc20

    global variables

    that doesn't answer my question, but i found out anyway, thanx
  10. sparc20

    global variables

    Assume: I have a servlet with overriden init() function and doPOST() doGET() implemented as normally. I declare some global integer variables x,y which are initialised to 0 (int x=0,y=0;) (this is positioned outisde the init method) is this line called only when the servlet starts or...
  11. sparc20

    CMIP/SNMP fault comparison

    I was wondering if anyone has come accross a website / document which compares SNMP/CMIP in a fault situation ?
  12. sparc20

    Full Text Search score

    does anyone knows if the search score is it out of something. for example 2.3223232323 (out of 4) ? i thought it was 4 but i was mistaken as this returns wrong result <strong>Search score:</strong>&nbsp; <%float myFLO = Float.parseFloat(rs3.getString("score")); float perc=100; float MySQLSE=5...
  13. sparc20

    jsp methods

    Guys, do you know if i can delcare and implement methods within a JSP ? thanx
  14. sparc20

    batch hide

    ok , time to get to specific Im developing an intranet application. On the same PC i will a Tomcat Server and an the web application hosted on tomcat. This application has a link to a local batch file. So within the website there is this link which someone clicks and starts the batch file...
  15. sparc20

    batch hide

    i tried it but its not what i really want...you see this bacth process takes a while to execute...and so it does not remain briefly on the taskbar. i want the whole thing completely invinsible...

Part and Inventory Search

Back
Top