|
RE: Error message- ParserDetails.ini?: msg#00059lang.perl.xml
It's a pity you weren't going from CSV to XML ... XML::CSV would've been perfect :) . You could use XML::XSLT for such a thing, but that would be dependent on how large the file is really: the DOM can impose some really high memory costs, but the ease of use and XPath capabilities are pretty nice. If the file is large, I would recommend XML::SAX, particularly XML:: SAX::Expat. There are also some cool things like XML::SAX::Machines (which I have never had a chance to use, but it will be SO necessary in the near future, I'm sure), which you can take advantage in case of an increase in size or complexity. Again, those are just my personal opinions, aside from the fact a really large file size may make your choice of going with XML::LibXSLT. HTH,
-----Original Message-----
We will receive a file from a 3rd party vendor contain New Hire(s) and the Job Requisition for that New Hire. The deepest it get is 5 with only one CDATA entry but no PCDATA and a max of one attrib per tag. I need to create a CSV file that our ERP's COBOL program will process that will have one line for each <RequisitionCandidate>. Which API would you use? <?xml version="1.0" encoding="UTF-8"?><VisionDataExchange xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance">
Thank you, Patrick Sullivan
>>Also Grant, does XML::Simple have any problems with CDATA?
advice I come across is to avoid using it. Maybe if you could give the list an idea of what your requirements were, a
This communication is for the use of the intended recipient only. It may contain information that is privileged and confidential. If you are not the intended recipient of this communication, any disclosure, copying, further distribution or use thereof is prohibited. If you have received this communication in error, please advise me by return e-mail or by telephone and delete/destroy it.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Error message- ParserDetails.ini?, Grant McLean |
|---|---|
| Next by Date: | Re: Error message- ParserDetails.ini?, Robin Berjon |
| Previous by Thread: | Re: Error message- ParserDetails.ini?, Grant McLean |
| Next by Thread: | RE: Error message- ParserDetails.ini?, Sullivan, Patrick |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |