Re: JAXP Question

1999-12-11 Thread James Duncan Davidson
> Does the DocumentBuilderFactory (and/or Impl) read properties from a > specific file? Or, do I have to use a -D on the command line or write my > own property setting code to override the default property settings? For > example: the property "javax.xml.parsers.DocumentBuilderFactory" default

Re: JAXP Question

1999-12-07 Thread Rajiv Mordani
Hi David, JAXP doesn't use any file. It is done by using -D as of now. - Rajiv Bell, David I wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > Hi All, > > I am looking at JAXP and I have a couple of questions. > > Does the DocumentBuilderFactory (and/or Impl) read proper

JAXP Question

1999-12-07 Thread Bell, David I
Hi All, I am looking at JAXP and I have a couple of questions. Does the DocumentBuilderFactory (and/or Impl) read properties from a specific file? Or, do I have to use a -D on the command line or write my own property setting code to override the default property settings? For example: the pro