Arnaud Le Hors wrote: > be inconsistent with what we currently do. So, how about some middle > ground where we'd have a new object NamespaceContext that is passed in > parameter to StartElement?
This is similar to what we do in the document fragment handler interface. The namespace information is passed to the startDocumentFragment method. From this, I would suggest a slight change to your idea, Arnaud, and pass the namespace context object to the startDocument method in much the same way that we pass the document locator object. Whatcha think? -- Andy Clark * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
