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