[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to read an XML data file?



On Sun, Mar 16, 2003 at 09:53:56PM -0000, vdemart@supereva.it wrote:
| 
| I'll receive many XML files containing data to be loaded into a DB.
| What could I use to have a look at them via, e.g., mozilla or whatever else?
| (Of course, I'm not referring to the plain XML text itself but to the organized items contained in it, the "tree", the "nodes", etc.)

To see the data organized in a useful manner the first thing you need
to do is find out from the source of the XML what the schema is.
Without that all you have is a collection of bytes.  With the schema
you can then interpret the bytes in a meaningful way.  The
interpretation can be coded in a program to do what you want.  Without
more specifics on the data itself this is about all I can say.
(Saying you have "xml" data is analogous to saying you have "ascii"
data and want to do something useful with it.  xml is just an encoding
and doesn't do anything, by itself, to make the data useful)

HTH,
-D

-- 
I can do all things through Christ who strengthens me.
        Philippians 4:13
 
http://dman.ddts.net/~dman/

Attachment: pgpnbaZMfGDSH.pgp
Description: PGP signature


Reply to: