Hi,
I hv a problem in testing a sample Schema with XML.
My sample XML is as follows:
InputFile.xml
---------------
<?xml version="1.0" ?>
<Request xmlns:xsi="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="'Employee.xsd">
<sqlaction value="insert">
<EmpDetails>
<Empid>10</Empid>...
table contains a value xppppx where x*x are delimeters search for them in a table and replace them with some other constant whole data i.e xpppx should be replaced with supposed nnnnn
suppose we have value in an xml table that have delimiters search for particular delimeters and then replace them with certain other data.and now save this new xml file different location.what function to use to extract that value and change.i reached to the particular node through xpathiterator...
I tried the first option u said to me (i.e.) by adding a new tag in web.xml <servlet><load-on-startup....
still it didnot work..
Can u give some more explanation plz.
Regards,
Vishnu
Hi All,
The below are the 3 stages when the init() is called in a life cycle of a servlet.The below definitions are provided from Servlet programming by O'relly.
1.when the server starts
2.when the first request to the servlet,called before invoking the service() method.
3.Request from the...
Hi Maxpower,
Thanx for the answers that u have given,
Now after reading ur points,I came to an understanding that
if thread is synchronized which inturn means more time consuming..so the time is the concern and hence u call it as heavy weight coz tht would reduce the performance.
Plz reply me...
Hi All,
I found that in one of the site the difference between Vector and ArrayList.
The explanation given is
1."Vector,a Heavyweight and ArrayList is Lightweight".
and
2.Another one is Vector-Synchronized and ArrayList-unsynchronized.
I understood the second ,but I found difficult...
Hi,
Can anyone tell me what JVM exactly is?
I knw its an interpreter.I wld like to knw more details on JVM and how many JVM does a single hardware can have?.
Where does it reside in the computer?
thanx and regards,
vishnu
;)
Hi James,
Thnx for the reply and belated X'mas.
We get huge amount of data which should be shown as a report.Iam not sure abt the format or structure of data.
Since this is our project specification and tht our client faces the problem of fetching flat file datas .They also claim tht takes...
Hi ,
I have an issue wherein 200,00000 datas is retrieved from Flat files.Since the data is read from flat files,the system performance is too low.
1.I would like to know whether the performance can be increased using XML?
2.If so whether XML supports such huge amount of Datas?.
Plz revert me...
Hi supra..
I wanted the table headers to appear in vertical fashion (i.e) exactly titled 90* above the corresponding data since the table is big to fit the page rather than displaying the headers horizontally manner.
This is the scenarion where i need this type of tilting the text.
Vishnu
Hi my friend ...
Just check whether there is anything wrong with the code...
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META...
Hi Kevin,
I have attached a code which would provide u a reqd output as u desired.
<FORM METHOD=POST Name="frm">
<TEXTAREA style="font-family:ARIAL" NAME="txtArea" ROWS="3" COLS="17">this is wat is want</TEXTAREA>
</FORM>
Plz revert bak to me...
Hi May,
What i understood from ur problem is, missing of image when u gave <IMG> tag.Right!!!
If tht is correct then u might have wrong URL or wrong path of the image file where it is residing else it might me something wrong with the tag u have written.Can u post the Tag alone.
Merry...
Hi RebelFox,
The first and foremost mistake u have done is tht u have not closed the INPUT tag on the other end.that is why there was no spacing in the output.Now try with the same code which is given below.
<FORM ACTION="SearchResults.asp" METHOD=POST>
<table border=1>
<TABLE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.