Hi

I have problems using the XPathTraversableGenerator with default namespaces.

The following works:

     <map:generate type="xpathtraversable" src="developers">
       <map:parameter name="xpath" value="/asf:developer"/>
       <map:parameter name="xmlns:asf" value="http://www.apache.org/1.0"/>
     </map:generate>

wheres the the developer XML would be something like

<asf:developer xmlns:asf="http://www.apache.org/1.0";>
 <asf:name>.....


but the following doesn't seem to work

<map:generate type="xpathtraversable" src="developers">
       <map:parameter name="xpath" value="/developer"/>
       <map:parameter name="xmlns" value="http://www.apache.org/1.0"/>
<!-- or like this?
       <map:parameter name="xmlns:" value="http://www.apache.org/1.0"/>
-->
</map:generate>

whereas the developer XML would be something like

<developer xmlns="http://www.apache.org/1.0";>
 <name>....



Am I missing something, or is it a bug?

Thanks for your help

Michi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]