Next in thread → Next in month →

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

From
Andrew Welch <>
To
Seetha Rama Krishna <>
Date
2007-07-30T18:38:30Z
ID
<>
Thread
Re: [xml-dev] can i add node to node which is already having value
On 7/30/07, Seetha Rama Krishna <> 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
Next in thread → Next in month →