[Zope3-dev] Re: Junk after document element

j.kartnaller j.kartnaller at robotech.at
Fri Oct 1 05:48:14 EDT 2004


Florian Lindner wrote:
> Hello,
> I try to configure a package with a file cs-configure.zcml containing:
> 
> <include package="CSUser" />
> <include package="CSEvent" />

Try to put it inside a configure tag :

<configure
     xmlns="http://namespaces.zope.org/zope"
     >
   <include package="CSUser" />
   <include package="CSEvent" />
</configure>

> 
> but Zope says on startup:
> 
> ZopeSAXParseException: 
> c:\zope\etc\package-includes\cs-configure.zcml:2:0: junk after document 
> element
> 
> Can't be 2 packages configured in the same file?
> 
> Thx,
> Florian

Jürgen



More information about the Zope3-dev mailing list