Subject:merging XML files Author:Dennis Horton Date:25 Oct 2006 10:43 AM Originally Posted: 25 Oct 2006 10:15 AM
I have several (up to 100) XML files formatted exactly the same and need to combine to have all the infromation in 1 xml file. These XML files are are produceded in a wire routing program. The program may produce over 100 XML's files 1 for each wire. Attached are two of the file that I need to combine. Anyone help teach a novice?
Subject:merging XML files Author:Dennis Horton Date:08 Nov 2006 01:28 PM
Hello,
I cannot get the xsl to process the <flt:fromToList> It calls this out as an error(Reference to undeclared namespace prefix: 'flt'.
Any ideas?
Thanks
Subject:merging XML files Author:Tony Lavinio Date:08 Nov 2006 02:04 PM
Check carefully; the example supplied by Ivan works.
But he used ftl:, in your quoted error messages you
say flt: - it looks like some letters may have been
switched in your usage.
Subject:merging XML files Author:Dennis Horton Date:09 Nov 2006 10:45 AM
Ok I have the trial extended and I copied the file you provided. When I debug I had to add the "xmlns:xsl="http://www.w3.org/1999/XSL/Transform" to the style sheet version line. The next problem I encounter is "The prefix ftl has not been mapped to any URI. How do I do this?
Subject:merging XML files Author:Dennis Horton Date:09 Nov 2006 02:45 PM
OK I got the file to work. There were differences from the 1st file you created.
I appreciate your help it getting this going.
With future files I assume that I need to change the # in the fileNumber line to reflect the number of files I want the xsl to combine and change the xsl.variable name to match the folder it is in.. I also need to have the dummy.xml and the merge.xsl file in the same folders.
Subject:merging XML files Author:Dennis Horton Date:09 Nov 2006 03:36 PM
We are planning on purchasing the software. I noticed the trial version is the Enterprise Suite. Our needs at this point is limited to the .xsl file we have been working on. My question is will the Professional Suite be able to process the same file in the same manor?
Subject:merging XML files Author:Dennis Horton Date:10 Nov 2006 08:46 AM
I have noticed that this xsl puts the file in the opposite order file 1 is at the bottom and the last file is at the top. Is there a way to change this to have them in same order as they were created?