Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » XML exercise
Re: XML exercise [message #36182 is a reply to message #36090] Wed, 09 May 2012 12:27 Go to previous message
Wolfgang is currently offline  Wolfgang
Messages: 146
Registered: November 2011
Location: Germany
Experienced Member
but isn't it the false structure of xml should be used...?

I believe this will be a better one:

<vehicle>
  <car>A</car>
  <value num="1">10</value>
  <value num="2">11</value>
  <value num="3">12</value>
</vehicle>

OR
<vehicle>
  <car>A</car>
  <values>
    <a>10</a>
    <b>11</b>
    <c>12</c>
  </values>
</vehicle>


depending what you want to realize...

just my two cents
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: fills the DropList from VectorMap
Next Topic: Search for constant and show it....
Goto Forum:
  


Current Time: Sat May 11 10:33:33 CEST 2024

Total time taken to generate the page: 0.02242 seconds