http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2445

*** shadow/2445 Fri Jul  6 09:37:22 2001
--- shadow/2445.tmp.12501       Mon Jul  9 08:57:15 2001
***************
*** 243,245 ****
--- 243,268 ----
  on.  I did a search for SAXParserFactory, and found it in JaxpParser, and do 
  see setNamespaceAware(true) being called.  So probably these events are being 
  generated properly.
+ 
+ 
+ ------- Additional Comments From [EMAIL PROTECTED]  2001-07-09 08:57 -------
+ mkamp is Mariano Kamp ;-)
+ 
+ Sorry, for being late in answering, we are just about to release a project to
+ production and even today I am not able to spend too much time on the problem.
+ 
+ Briefly, I am not sure anymore if it would work with 2.1. I made a test, and it
+ worked, but there is 25% change that I messed my testenvironment up. 
+ 
+ What I did to solve my problem is to write a transformer which intercepts all
+ the unnecessary namespaces. Then it was working. I learned on Friday that I am
+ the one (in a previous transformer in the pipeline) who was generating the
+ startPrefixMapping, which was probably the cause of the problem; I am new to
+ SAX. Still, I think that I did it correctly. I called startPrefixMapping with
+ the namespace and the prefix, did some startElement / endElement, characters
+ stuff with the propert uri, name and raw name. I am currently not able to
+ confirm if I caused the trouble, but I will dig into it again, when I got a
+ little relief in my current project.
+ 
+ And "no". I don't think it is the same problem, because I am using namespaces
+ explicitly as opposed to Donald, using the default namespace.

Reply via email to