Page 2 of 2
Re: Trying to understand ... follow you!
Posted: Fri Feb 05, 2010 1:23 pm
by par
Hi, Rainer!
The document looks correct to me.
I like the way you represent the format, it looks much easy to grasp than my doc.
May I copy your document in place of my vague format explanation here?
http://yowindow.com/forum/viewtopic.php?f=11&t=368
Re: Trying to understand ... follow you!
Posted: Sat Feb 06, 2010 4:45 am
by Meerkat
par wrote:Hi, Rainer!
The document looks correct to me.
I like the way you represent the format, it looks much easy to grasp than my doc.
May I copy your document in place of my vague format explanation here?
http://yowindow.com/forum/viewtopic.php?f=11&t=368
Hi Pasha,
Yes, you can copy my xml.
Here's the link:
http://www.bashewa.com/yowindow-specs.xml
Yeah, when you're a programmer you grasp quickly that [ mm | inch ] means "mm" OR "inch"
(where | = or)
PS: Also please have a look at the proposed enhancements at the bottom of the XML.
Re: Trying to understand ... follow you!
Posted: Sat Feb 06, 2010 2:04 pm
by jmcmurry
Rainer,
I think in the temperature you made the same mistake that a couple of us made earlier. Units are in the temperature tag, although what you have is consistent with the way other parameters are handled.
Code: Select all
<temperature unit="[ c | f ]">
<current value="num"/>
<feels_like value="num"/>
</temperature>
- Jim
Re: Trying to understand ... follow you!
Posted: Sat Feb 06, 2010 9:21 pm
by Meerkat
jmcmurry wrote:Rainer,
I think in the temperature you made the same mistake that a couple of us made earlier. Units are in the temperature tag, although what you have is consistent with the way other parameters are handled.
Code: Select all
<temperature unit="[ c | f ]">
<current value="num"/>
<feels_like value="num"/>
</temperature>
- Jim
Thanks, somehow I missed that one.
Re: Trying to understand ... follow you!
Posted: Sun Feb 07, 2010 7:28 pm
by par
Rainer, thank you!
I will try to update the docs tomorrow and review your requests (I've already read some of them).