On 31 Jan, Landgraf, Thomas GFIDOR wrote:
> You can force the ejbjar task to refer to a local file (or to
> a webserver you control on your own) by supplying the <dtd>-tag
> within the ejbjar task:
> 
> <ejbjar ... >
> 
>   <dtd publicId="-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans
> 2.0//EN"
>    location="${global.project.home}/DTD/ejb20-jar.dtd"/>
> 
>   <dtd publicId="-//BEA Systems, Inc.//DTD WebLogic 6.0.0 EJB//EN"
>    location="${global.project.home}/DTD/weblogic-ejb-jar.dtd"/>
> 
> </ejbjar>
> 

As a general XML question, how can I define an entity with all my DTDs, so
that, I can do

<ejbjar...>
&dtds;
.
.
.
</ejbjar>

I realise my SGML is getting rusty...

L

-- 
Laurent Duperval <mailto:[EMAIL PROTECTED]>

Le petit démon joufflu de la gastronomie frétille en moi!
                                             -Achille Talon


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

Reply via email to