You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Eliot <li...@juxti.com> on 2002/03/13 12:53:17 UTC

intake - what does the basePackage attribute do?

Hi,
Been messing around with the basePackage attribute of the <input-data>
tag (in intake.xml) and with a simple intake example i've made, and it
doesn't seem to make the slightest bit of difference - the application
works with any value of basePackage.  Is it the case that this can be
set to any value and it won't have any effect on an application using
intake? If it does have an effect, please could somebody explain it and
is the final fullstop needed?

<input-data basePackage="org.anything.you.like."> ?

Also, where can I find the dtd for intake.xml?

Thanks,
Eliot

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: intake - what does the basePackage attribute do?

Posted by Ian Tomkins <it...@keyfort.co.uk>.
The appropriate doc type for an intake XML doc is

<!DOCTYPE input-data SYSTEM 
"http://jakarta.apache.org/turbine/dtd/intake.dtd">

Ian


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>