> Two kinds of namespace corruption events are observed: > - excessive default namespace redeclaration on nested elements that > duplicates the top-level default namespace declaration;
Ugly, but not necessarily fatal. > - unexpected default namespace undeclaration on result elements that > _follow_ the result nodes that show the first problem. That's a bug, because the p element child has the wrong namespace URI. > > The test files illustrating the problem are appended below. > > Does it look like a bug that deserves being filed? Or do I miss something? Xalan-C 1.9 produces the following output: <?xml version="1.0" encoding="UTF-8"?><t:root xmlns:t="urn:some-target-namespace" xmlns="http://www.w3.org/1999/xhtml"> <t:child-1> <ul> <li>qqq</li> </ul> </t:child-1> <t:child-2> <p>www</p> </t:child-2> </t:root> That's identical to the output produced by Saxon 6.5.3 and MS XSL 3.0 (except for difference to do indenting). You should file a Jira report and attach the sample input document and stylesheet document. Thanks! Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
