Re: Bug report (Re: Merging GNU JAXP into kaffe)
David Brownell <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.xml |
|---|---|
| Message-ID | <[email protected]> |
>>+ if (!nsdecls) >>+ aelfred2.setFeature ( >>+ SAXDriver.FEATURE + "namespace-prefixes", >>+ true); > > ^^^^ > I think this should be false. > > Having changed this "true" to "false", I now get satisfactory results. Duh! Yes. Since this fixes the problem for you, I'll merge that (updated) patch. Dalibor, many thanks for isolating the problem down to a bad "namespace-prefixes" setting. - Dave