Hi Elliotte ,
your work around would be to create a security manager object and set it using the following property.
(Constants.XERCES_PROPERTY_PREFIX + Constants.SECURITY_MANAGER_PROPERTY)
Is this a java.lang.SecurityManager I should be setting? If so that's really not going to fly. Hmm, googling around it looks like what I really need to do is set this as a ParserConfiguration property. Looks like there's a separate Xerces class called SecurityManager in org.apache.xerces.util. This is I can work with. I assume that's what you meant?
--
Elliotte Rusty Harold
[EMAIL PROTECTED]
Effective XML (Addison-Wesley, 2003)
http://www.cafeconleche.org/books/effectivexml http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/cafeaulaitA
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
