Re: XML size validations

2024-03-07 Thread Elliotte Rusty Harold
o Team, > > Is it possible to implement validations on the basis of XML size or time > taken to parse the XML file? > > Regards, -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-m

Re: java project build question, in eclipse IDE

2018-07-30 Thread Elliotte Rusty Harold
please suggest, how I can fix this? I've also tried > starting Eclipse with option -clean, but that doesn't help. Its been 1-2 > weeks, that I'm trying to solve this problem, but haven't found solution yet > :( I would be happy for any help. > > I'm using JDK 1.4.2 within the mentioned Ecli

Re: java project build question, in eclipse IDE

2018-07-30 Thread Elliotte Rusty Harold
entioned is likely an Eclipse IDE problem (I'm > using the 2014 edition). I had given the XSD 1.1 project as a dependency to > my own project, and this should have provided xml-apis.jar to my own > project. > > Thanks for y

Re: Question about performance for COM/SAX gurus

2010-04-20 Thread Elliotte Rusty Harold
of SAX doing something ill-advised. Were you to rewrite this app to use real SAX, you could first use a single pass to grab all the values you need; and then fill the cells. -- Elliotte Rusty Harold elh...@ibiblio.org

Re: Denial of service with Xerces?

2009-08-11 Thread Elliotte Rusty Harold
, and blowing up on malformed, recursive entity declarations; though, as I said, I'm only guessing about that. -- Elliotte Rusty Harold elh...@ibiblio.org - To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org For additional