You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Jon Stevens <jo...@latchkey.com> on 2001/10/22 06:18:48 UTC

Re: cvs commit: jakarta-turbine-3/src/tool/org/apache/turbine/tool LocalizationTool.java

on 10/20/01 2:39 PM, "dlr@apache.org" <dl...@apache.org> wrote:

> + * <li>A method for retrieving the values keyed by prefix-less keys
> + * when a key prefix is set.</li>
> + *
> + * <li>Missing key message format pulled from TR.props.</li>

This is not correct HTML.

-jon


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-turbine-3/src/tool/org/apache/turbine/tool LocalizationTool.java

Posted by Daniel Rall <dl...@finemaltcoding.com>.
"Geir Magnusson Jr." <ge...@optonline.net> writes:

> On 10/22/01 3:30 AM, "Jon Stevens" <jo...@latchkey.com> wrote:
>
>> on 10/21/01 9:27 PM, "Daniel Rall" <dl...@finemaltcoding.com> wrote:
>> 
>>> Jon Stevens <jo...@latchkey.com> writes:
>>> 
>>>> on 10/20/01 2:39 PM, "dlr@apache.org" <dl...@apache.org> wrote:
>>>> 
>>>>> + * <li>A method for retrieving the values keyed by prefix-less keys
>>>>> + * when a key prefix is set.</li>
>>>>> + *
>>>>> + * <li>Missing key message format pulled from TR.props.</li>
>>>> 
>>>> This is not correct HTML.
>>> 
>>> What's not correct about it?
>> 
>> http://www.w3.org/TR/2001/WD-xhtml1-20011004/DTD/xhtml1-transitional.dtd
>> 
>> <!ENTITY % lists "ul | ol | dl | menu | dir">
>> 
>> <!-- LIStyle is constrained to: "(%ULStyle;|%OLStyle;)" -->
>> 
>> I believe that <li> needs to have ul or ol within it.
>> 
>
> Don't you really need <li> in <ul> or <ol>?
>
> <ol>
>  <li>Foo</li>
>  <li>Bar</li>
> </ol>

Correct, which is exactly as it is.  There may have been some
confusion in that there is a OL inside one of the LI elements of a
surrounding UL.


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-turbine-3/src/tool/org/apache/turbine/tool LocalizationTool.java

Posted by "Geir Magnusson Jr." <ge...@optonline.net>.
On 10/22/01 3:30 AM, "Jon Stevens" <jo...@latchkey.com> wrote:

> on 10/21/01 9:27 PM, "Daniel Rall" <dl...@finemaltcoding.com> wrote:
> 
>> Jon Stevens <jo...@latchkey.com> writes:
>> 
>>> on 10/20/01 2:39 PM, "dlr@apache.org" <dl...@apache.org> wrote:
>>> 
>>>> + * <li>A method for retrieving the values keyed by prefix-less keys
>>>> + * when a key prefix is set.</li>
>>>> + *
>>>> + * <li>Missing key message format pulled from TR.props.</li>
>>> 
>>> This is not correct HTML.
>> 
>> What's not correct about it?
> 
> http://www.w3.org/TR/2001/WD-xhtml1-20011004/DTD/xhtml1-transitional.dtd
> 
> <!ENTITY % lists "ul | ol | dl | menu | dir">
> 
> <!-- LIStyle is constrained to: "(%ULStyle;|%OLStyle;)" -->
> 
> I believe that <li> needs to have ul or ol within it.
> 

Don't you really need <li> in <ul> or <ol>?

<ol>
 <li>Foo</li>
 <li>Bar</li>
</ol>

-- 
Geir Magnusson Jr.                       geirm@optonline.net
System and Software Consulting
You're going to end up getting pissed at your software
anyway, so you might as well not pay for it. Try Open Source.



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-turbine-3/src/tool/org/apache/turbine/tool LocalizationTool.java

Posted by Jon Stevens <jo...@latchkey.com>.
on 10/21/01 9:27 PM, "Daniel Rall" <dl...@finemaltcoding.com> wrote:

> Jon Stevens <jo...@latchkey.com> writes:
> 
>> on 10/20/01 2:39 PM, "dlr@apache.org" <dl...@apache.org> wrote:
>> 
>>> + * <li>A method for retrieving the values keyed by prefix-less keys
>>> + * when a key prefix is set.</li>
>>> + *
>>> + * <li>Missing key message format pulled from TR.props.</li>
>> 
>> This is not correct HTML.
> 
> What's not correct about it?

http://www.w3.org/TR/2001/WD-xhtml1-20011004/DTD/xhtml1-transitional.dtd

<!ENTITY % lists "ul | ol | dl | menu | dir">

<!-- LIStyle is constrained to: "(%ULStyle;|%OLStyle;)" -->

I believe that <li> needs to have ul or ol within it.

-jon


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-turbine-3/src/tool/org/apache/turbine/tool LocalizationTool.java

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Jon Stevens <jo...@latchkey.com> writes:

> on 10/20/01 2:39 PM, "dlr@apache.org" <dl...@apache.org> wrote:
>
>> + * <li>A method for retrieving the values keyed by prefix-less keys
>> + * when a key prefix is set.</li>
>> + *
>> + * <li>Missing key message format pulled from TR.props.</li>
>
> This is not correct HTML.

What's not correct about it?

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org