Re: JSP and (XML/HTML)

2001-12-08 Thread Peter Palombi
Hi , this is only a error in my WebReader-Mail... I have now solve some error but not all, i have read some doc.. and i have wrote this code File file = new File(\"D:jrunserversadminjmc- appxmltable1.html\"); FileReader reader = new FileReader(file); SAXParserFactory spf

Re: JSP and (XML/HTML)

2001-12-08 Thread I Wayan Saryada
Why are you putting a forward slash before double quotes? (\") -Original Message- From: Peter Palombi [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 08, 2001 8:52 PM To: [EMAIL PROTECTED] Subject: JSP and (XML/HTML) Hi all, I need to made a parsing of a HTML page to extract same v

JSP and (XML/HTML)

2001-12-08 Thread Peter Palombi
Hi all, I need to made a parsing of a HTML page to extract same value in a table. I have thought to use URLConnection to read the page html and insert the html code in one String for example String str = \"VAL\"; and now use a XML parser to extract the \"VAL\"! I don´t know if it´s a good ide

Setting of errorPage url on the web-application level?

2001-12-08 Thread ShriKant Vashishtha
Hi, If we specify the errorpage URL on the web-application level in WebSphere App-Server, do we have any need to specify the errorPage directive on the JSP level. Can somebody describe the basic flow(propogation) of the errorPage. Many Thanks, -ShriKant