You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Jan Agermose <ja...@agermose.dk> on 2003/03/03 18:56:22 UTC

jocl xmlns

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

Re: jocl xmlns

Posted by Rodney Waldhoff <rw...@apache.org>.
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" <to...@journalscape.com>
> > To: "Jakarta Commons Users List" <co...@jakarta.apache.org>
> > 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: commons-user-unsubscribe@jakarta.apache.org
> >>For additional commands, e-mail: commons-user-help@jakarta.apache.org
> >>
> >>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: commons-user-help@jakarta.apache.org
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>
>

Re: jocl xmlns

Posted by Jan Agermose <ja...@agermose.dk>.
Ups :-) sorry... cleaning my glasses :-D


----- Original Message -----
From: "Kenny Smith" <to...@journalscape.com>
To: "Jakarta Commons Users List" <co...@jakarta.apache.org>
Sent: Monday, March 03, 2003 8:51 PM
Subject: Re: jocl xmlns


> 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" <to...@journalscape.com>
> > To: "Jakarta Commons Users List" <co...@jakarta.apache.org>
> > 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: commons-user-unsubscribe@jakarta.apache.org
> >>For additional commands, e-mail: commons-user-help@jakarta.apache.org
> >>
> >>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: commons-user-help@jakarta.apache.org
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>
>


Re: jocl xmlns

Posted by Kenny Smith <to...@journalscape.com>.
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" <to...@journalscape.com>
> To: "Jakarta Commons Users List" <co...@jakarta.apache.org>
> 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: commons-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: commons-user-help@jakarta.apache.org
>>
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
> 
> 



Re: jocl xmlns

Posted by Jan Agermose <ja...@agermose.dk>.
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" <to...@journalscape.com>
To: "Jakarta Commons Users List" <co...@jakarta.apache.org>
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: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>
>


Re: jocl xmlns

Posted by Kenny Smith <to...@journalscape.com>.
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