Code Tag - XML

AWS

CHF Owner
Joined
May 18, 1998
Messages
22,133
Location
Florida U.S.A.
To use the XML tag click the arrow at the top of the post editor next to "...".

In the drop down select the select the XML tag and input your code in the textbox below.

You can also add it manually by using:
[ CODE=xml]your code here[/CODE ]

XML:
<weatherdata>
<location>
<name>Diba</name>
<type/>
<country>AE</country>
<timezone/>
<location altitude="0" latitude="25.619551" longitude="56.272911" geobase="geonames" geobaseid="0"/>
</location>
<credit/>
<meta>
<lastupdate/>
<calctime>0.0037</calctime>
<nextupdate/>
</meta>
<sun rise="2016-02-28T02:39:09" set="2016-02-28T14:16:04"/>
<forecast>
<time from="2016-02-28T15:00:00" to="2016-02-28T18:00:00">
<symbol number="802" name="scattered clouds" var="03n"/>
<precipitation/>
<windDirection deg="236.001" code="SW" name="Southwest"/>
<windSpeed mps="2.12" name="Light breeze"/>
<temperature unit="celsius" value="21.97" min="21.97" max="23.14"/>
<pressure unit="hPa" value="1002.83"/>
<humidity value="89" unit="%"/>
<clouds value="scattered clouds" all="32" unit="%"/>
</time>
<time from="2016-02-28T18:00:00" to="2016-02-28T21:00:00">...</time>
<time from="2016-02-28T21:00:00" to="2016-02-29T00:00:00">...</time>
<time from="2016-02-29T00:00:00" to="2016-02-29T03:00:00">...</time>
<time from="2016-02-29T03:00:00" to="2016-02-29T06:00:00">...</time>
 
Last edited:
Back
Top