See the JAXP howto here:
Configuring and Using JAXP 1.1 In JBoss
http://www.jboss.org/documentation/HTML/ch11s178.html


JAXP is the standard interface for obtaining xml parsers. It externalizes
the xml parser implementation to avoid specific implementation class
names like that used below so that selection of a parser is a configuration
option, not a code change.

----- Original Message ----- 
From: "Charles Ng" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 11, 2001 9:56 AM
Subject: Re: [JBoss-user] ClassLoader exception


> Hi Scott,
> 
> Could you elaborate on that?  Why can't we use the XMLReaderFactory?
> 
> Thanks,
> Charles
> --
> Charles Ng
> Senior Internet Developer
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> 



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to