[EMAIL PROTECTED] (K. Ari Krupnikov) writes: > Thomas DeWeese <[EMAIL PROTECTED]> writes: > > > You would have to rewrite parts of it (I don't think it > > would be hard, in fact if you were willing to trust the URI > > passed into start element it would simplify things a fair amount). > > I could do that. Although I'm tempted to ask if the maintainers > consider this a bug or a feature. IOW, will I be writing something > that goes against the intended use or will this be a patch that just > never got implemented.
The reason I'm asking is that there are two different strategies I can pursue to solve this problem. If Batik is intended to work as it does, my solution will be completely external to the factory, probably using org.xml.sax.helpers.NamespaceSupport and adding xmlns attributes to startElement() callbacks. If this is /not/ how Batik is intended to work, I will go into the sources and track where the factory is examining xmlns attributes and make it look at startPrefixMapping if no xmlns attributes are available. Ari. -- Elections only count as free and trials as fair if you can lose money betting on the outcome. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]