posted 16 years ago
Since an SAX parser has to keep track of state and can only be attached to one input source, a single instance is NOT thread-safe.
Perhaps you were thinking of using a single instance of SAXParserFactory since it is the factory that gets configured with a schema, etc.
Bill