There's a DTD fragement available within <http://jakarta.apache.org/commons/dbcp/api/org/apache/commons/jocl/JOCLContentHandler.html>, namely:
<!ELEMENT object (object|byte|boolean|char|double|float|int|long|short|string)*> <!ATTLIST object class CDATA #REQUIRED null (true|false) "false"> <!ELEMENT byte EMPTY> <!ATTLIST byte value CDATA #REQUIRED> <!ELEMENT boolean EMPTY> <!ATTLIST boolean value (true|false) #REQUIRED> <!ELEMENT char EMPTY> <!ATTLIST char value CDATA #REQUIRED> <!ELEMENT double EMPTY> <!ATTLIST double value CDATA #REQUIRED> <!ELEMENT float EMPTY> <!ATTLIST float value CDATA #REQUIRED> <!ELEMENT int EMPTY> <!ATTLIST int value CDATA #REQUIRED> <!ELEMENT long EMPTY> <!ATTLIST long value CDATA #REQUIRED> <!ELEMENT short EMPTY> <!ATTLIST short value CDATA #REQUIRED> <!ELEMENT string EMPTY> <!ATTLIST string value CDATA #REQUIRED> On Mon, 3 Mar 2003, Kenny Smith wrote: > Hi Jan, > > Ah, then you're looking for a DTD and not the name space. I'm not sure > where the DTD can be found. > > Kenny Smith > > Jan Agermose wrote: > > no, but I it allows my ide to validate what I type and autocomplete when I > > type :-) Thats nice > > > > Jan > > > > ----- Original Message ----- > > From: "Kenny Smith" <[EMAIL PROTECTED]> > > To: "Jakarta Commons Users List" <[EMAIL PROTECTED]> > > Sent: Monday, March 03, 2003 7:40 PM > > Subject: Re: jocl xmlns > > > > > > > >>Hi Jan, > >> > >>The xmlns doesn't need to actually exist, it's just a unique identifier > >>that represents the namespace. > >> > >>Kenny > >> > >>Jan Agermose wrote: > >> > >>>The "example" in the javadoc has a header like this: > >>> > >>><object class="org.apache.commons.dbcp.PoolableConnectionFactory" > >> > > xmlns="http://apache.org/xml/xmlns/jakarta/commons/jocl"> > > > >>>but that link does not exists? Could anyone post the real link? > >>> > >>>Jan Agermose > >> > >> > >> > >>--------------------------------------------------------------------- > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
