<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2737.800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Courier>I have to import and process several XML files at a 
time.</FONT></DIV>
<DIV><FONT face=Courier>What I'm planning to&nbsp;do now, since I don't know the 
name of the files, is:</FONT></DIV>
<DIV><FONT face=Courier>copy *.xml big.xml</FONT></DIV>
<DIV><FONT face=Courier>and parse the big.xlm file.</FONT></DIV>
<DIV><FONT face=Courier>Since there are no single-character field and record 
delimiters, what is the best way to import this big.xml&nbsp;file?</FONT></DIV>
<DIV><FONT face=Courier></FONT>&nbsp;</DIV>
<DIV><FONT face=Courier>Thanks</FONT></DIV></BODY></HTML>