On 5/13/05, Thomas Kraft <[EMAIL PROTECTED]> wrote:
 
> <?xml version='1.0' ?>
>   <configuration>
>     <description>TestDescription</description>
>   </configuration>
>   <additional>
>     <description>TestDescription</description>
>   </additional>

This is not a betwixt problem, but rather this XML is not valid at
all. In XML files you can only have a single top-level element (the
root), but in your example you got two top-level elements. The easiest
solution would probably to define a root element which you can specify
for betwixt too, though you need a .betwixt file (or a multi-mapping
if you're using 0.61-dev from SVN) for this.

Tom

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

Reply via email to