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...
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.