On Fri, 10 Aug 2001, Chris Garaffa wrote:

> I have a few files containing references to 186,000 graphics from Extensis
> Portfolio that I need to import into FileMaker Pro. We've already decided
> the best way is via importing an XML file. I have an idea on how to get
> the data into an XML file and it seems to work (in theory - the server is
> still exporting and will be for the next day) (the file is tab-delimited,
> so I'm going to use split(/\t/, $line);. My question is how to create a
> valid XML DOCTYPE from this input. Here's my code so far:
> Again, I haven't been able to test this out, because the server isn't done
> writing the text files, but I want to have a script ready when it is done.

Do not try to generate your own XML output!  Take a visit here
http://www.xmlperl.com/ and use the stuff that's available for Perl now
regarding XML parsing.  It will make your life a lot easier!

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Write a wise saying and your name will live forever.
                -- Anonymous


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to