Hi all,

just figured out, that the xpath directory generator needs additional
parameters if it has to deal with namespaces:

 <map:match pattern="my_content.xml">
    <map:generate type="xpathdirectory" src="content">
         <map:parameter name="xpath" value="/my:contentitem"/>
         <map:parameter name="nsmapping" value="mapping.properties"/>
         <map:parameter name="nsmapping-reload" value="false"/>
         <map:parameter name="xmlFiles" value="\.x.*$"/>
     </map:generate>
   <map:serialize type="xml"/>
</map:match>

Also figured out that mapping.properties is just a simple text file
with just one line

my="http://www.somedomain.com/my/1.0

However, can't figure out, if there is any additional documentation
about  mapping.properties or its syntax. Anybody any clues?

THX in advance.

--mv

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