All right. Everyone has access to OpenOffice or Excel, right? So we should all be able, in theory, to import and export XML UWP data.
Can any kind soul show me how to do this with a short example?
OK, I created a simple example and opened it up into Excel, which asked me a couple of questions then popped the data into columns with an auto-generated "XML Map". Looks pretty cool.
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;"><?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<uwp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<starport>A</starport>
<size>6</size>
<atm>7</atm>
<hyd>8</hyd>
<pop>5</pop>
<gov>6</gov>
<ll>7</ll>
<tl>9</tl>
</uwp></pre>[/QUOTE]
Can any kind soul show me how to do this with a short example?
OK, I created a simple example and opened it up into Excel, which asked me a couple of questions then popped the data into columns with an auto-generated "XML Map". Looks pretty cool.
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;"><?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<uwp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<starport>A</starport>
<size>6</size>
<atm>7</atm>
<hyd>8</hyd>
<pop>5</pop>
<gov>6</gov>
<ll>7</ll>
<tl>9</tl>
</uwp></pre>[/QUOTE]