Serialization of Document object

2002-03-25 Thread Samuel Cheung
Hi, Could someone please tell me if the current DOM/HTML DOM implementation in xerces-J2.0.1 serializable? If yes, could you please explain to me the following exception? If not, could you please tell me what I need to do to make the DOM serializable? Thanks. Sam I got the following exception

Re: Stabilizing the Grammar Caching framework

2002-03-25 Thread Neeraj Bajaj
Hi Andy, > > * using class name in org.apache.xerces.xni.parser.XMLParserConfiguration file > > in META-INF/services/ > > * using org.apache.xerces.xni.parser.XMLParserConfiguration system property. > > * Default configuration (StandardParserConfiguration) > > The system property should always

Re: Stabilizing the Grammar Caching framework

2002-03-25 Thread Andy Clark
Neeraj Bajaj wrote: > * using class name in org.apache.xerces.xni.parser.XMLParserConfiguration file > in META-INF/services/ > * using org.apache.xerces.xni.parser.XMLParserConfiguration system property. > * Default configuration (StandardParserConfiguration) The system property should always be

Re: What's the Plan for Improving ASModelImpl.java ?

2002-03-25 Thread John Utz
Greetings Elena On Mon, 25 Mar 2002, Elena Litani wrote: > John hi, > > John Utz wrote: > > so i decided that i better subscribe to the dev list ( i have been on user > > since november ) so that i could contribute in any way possible to the > > implementation of this code. > > The DOM WG shou

Re: What's the Plan for Improving ASModelImpl.java ?

2002-03-25 Thread Elena Litani
John hi, John Utz wrote: > so i decided that i better subscribe to the dev list ( i have been on user > since november ) so that i could contribute in any way possible to the > implementation of this code. The DOM WG should release soon a new Working Draft that includes several relatively big ch

Re: Stabilizing the Grammar Caching framework

2002-03-25 Thread neilg
Hi Neeraj, >> - XMLGrammarPool should be made into an external property. This >> should be read-only within a parse, but if an application wants to >> change it between parses it would be caveat emptor. It's >> conceivable this could be useful, so no point in preventing it. >

Re: Fwd: Supporting encoding="Windows-31J"

2002-03-25 Thread neilg
Hi Andy and Makoto, I've made the change that was requested. It would be great if someone could test it--I don't have any genuine MS932-encoded files here... Thanks, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 7430] - Parser unknown the character 0x96

2002-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7334] - Where did ElementNode.setIdAttribute() go

2002-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Xerces and http proxy servers

2002-03-25 Thread Neeraj Bajaj
> How do you ask Xerces to use a proxy server? I tried setting the > environment variable http_proxy, and I tried setting the java system > properties http.proxyHost and http.proxyPort. Neither of these approaches > worked. I would suggest you to write separte program to make sure tha

Re: Stabilizing the Grammar Caching framework

2002-03-25 Thread Neeraj Bajaj
> > Neil Wrote: My apologies for being late, i was on leave lately and didn't get chance to look into this thread. >To keep with the theme of picking up long-dropped threads, >I thought >it would be useful if we talked about grammar caching a bit more. >We've done lots of coding, but