Hi

 

Wonder if anyone else has seen this

 

I'm trying to use cinclude, but the same seems to happen for all ns declarations - whether from xsp or read from xml - in the down pipeline processing there are multiple (dual) declarations of each namespace - my editor complains about this and my styleshets screw up.

 

Sticking in  a log statement I see the following - which seems to correctly fire a startPrefixMapping event - but also an attribute event for the xmlns:ci attribute as well - is this correct? If it is then something downstream is responding to both events and thus duplicating xmlns dec.s

 

 

[setup] ---------------------------- [Sat Dec 08 00:58:22 GMT 2001] ----------------------------

[setDocumentLocator]

[startDocument]

[startPrefixMapping] prefix=ci,uri=http://apache.org/cocoon/include/1.0

[startElement] uri=,local=page,raw=page

[            ] 1. uri=,local=section,qname=section,type=CDATA,value=Web

[            ] 2. uri=,local=xmlns:ci,qname=xmlns:ci,type=CDATA,value=http://apache.org/cocoon/include/1.0

[characters]

 

 

[startElement] uri=,local=title,raw=title

 

Luke

 

 

Reply via email to