<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>George Simon wrote:<br>
</tt>
<blockquote cite="mid006801c45288$9b6edb60$5702a8c0@micron" type="cite">
  <pre wrap=""><tt>I have to import and process several XML files at a time.
What I'm planning to do now, since I don't know the name of the files, is:
copy *.xml big.xml
and parse the big.xlm file.
Since there are no single-character field and record delimiters, what is the best way to import this big.xml file?

Thank
</tt></pre>
</blockquote>
<tt><br>
A two second google search on xml to csv found many entries which show
how to convert a xml file to a csv using xslt.&nbsp; This way you could
easily import your files into filepro.&nbsp;
<a class="moz-txt-link-freetext" href="http://www.scit.wlv.ac.uk/~jphb/xml/xmlcsv.html">http://www.scit.wlv.ac.uk/~jphb/xml/xmlcsv.html</a> is an example.&nbsp; You can
even find java code to do the above which would obviously run on either
win or *nix.<br>
<br>
Again take a look into xslt which sole purpose is to transform XML
documents into other documents (like XML, HTML, and plain text).&nbsp; <br>
</tt><tt><br>
<br>
--<br>
Best Regards,<br>
</tt>
<pre class="moz-signature" cols="80"><tt>
Yussef.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Yussef M. ElSirgany                                NY Business Link Corporation
Software Engineer/Unix System Administrator          116 7th Street, Hicksville
                                                               NY - 11801 - USA
New viruses and security exploits are discovered            Phone: 516-620-2544
every day, ask me about how we can secure your network!     Fax  : 516-620-0052</tt></pre>
</body>
</html>