 |
 |
 |
arkins@t... wrote:
> All,
>
> I have been "given" 225 XML files and no schema, and have been asked
> to load the data from the XML files into an existing Access DB.
>
> Since I "understand" the data in the XML file, I know there's a "long
> way" I can do it by bringing the data into Excel, shifting it around
> as needed, and then moving it into Access.
>
> But there has to be a faster way...
>
> I've tried a couple of XML tools, but they all ask me for my schema,
> which I don't have....
>
> What's the easiest way to do what I need to do? Is there a tool to
> create a schema from an XML file?
Several, but if the documents are already valid, you shouldn't need the
schema just to transform them.
This kind of bulk processing is best done with a commandline processor
like Saxon, and a simple scripted loop. Remove any mention of the schema
from the documents (if there is one) using a stream editor before the
document is passed to the processor.
///Peter
--
XML FAQ: http://xml.silmaril.ie/
|
 | 

|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |