Oxygen XML Editor
 
[XML-DEV Mailing List Archive Home] [By Thread] [By Date]

Re: [xml-dev] can i add node to node which is already having value


  • From: "Andrew Welch" <andrew.j.welch@...>
  • To: "Seetha Rama Krishna" <ram_kurra@...>
  • Date: Mon, 30 Jul 2007 19:38:30 +0100

On 7/30/07, Seetha Rama Krishna <ram_kurra@...> wrote:
> Hi Folks,
>                I want to know can i add node to node which is already having
> value.
> for example.
>  <person>
>                <name></name>
>                <age >27</age>
>   </person>
>                  I want to add the following two nodes to age
>     <min-age><max-age>
>
>                    Can you guys tell me how can i add these two nodes to age

Add them as attribute nodes eg

<age min-age="1" max-age="115">27</age>


-- 
http://andrewjwelch.com


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
 
© 2002-2008 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy
This website was created & generated with <oXygen/> XML Editor