Jump to content

Peeyush

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Peeyush

  1. Xml code is something like this

    <kids>   <dennis>	<age> 6 </age>	<weight> 10 </weight>  </dennis>  <john>	<age> 8 </age>	<weight> 20 </weight>  </john></kids><adults>  <tom>	<age> 36 </age>	<weight> 110 </weight>  </tom>  <kramer>	<age> 80 </age>	<weight> 67 </weight>  </kramer></adults>

    now i know how to access all the ages in the document, suppose i need to access the ages of only children, or only adults how will i do it using javascript?

    • Like 2
×
×
  • Create New...