[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] How do you detect if a xml file has a root node??
- From: "Andreas Tscharner" <andreas tscharner metromec ch>
- To: "Kali, Jayashree" <jayashree kali wachovia com>, <xml gnome org>
- Subject: Re: [xml] How do you detect if a xml file has a root node??
- Date: Fri, 23 Mar 2007 16:40:34 +0100
> Hi,
>
>
>
> I have an xml file of the below format.
>
>
>
> <!-some comment generated.." -->
>
> <Node1>data</Node1>
>
>
>
> How do I detect if the file has a root node or not?
This file HAS a root node, it's called "Node1"
>
> I mean how do I make the difference between the below xml
> file and the above xml file.
>
>
>
> <!-some comment generated.." -->
>
> <RootNode>
>
> <Node1>data</Node1>
>
> </RootNode>
The root node have different names. On your first example, it was
"Node1", and now it is "RootNode"
> as I need to avoid the root node when I load the xml file.
Why? You can just ignore (or not) the first node after you have parsed
the file...
Best regards
Andreas
--
Andreas Tscharner andreas tscharner metromec ch
------------------------------------------------------------------------
And the beast shall come forth surrounded by a roiling cloud of
vengeance. The house of the unbelievers shall be razed and they shall be
scorched to the earth. Their tags shall blink until the end of days.
-- The Book of Mozilla 12:10
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]