Forum: XML, XSLT and XPATH May 27th, 2008 |
| Replies: 4 Views: 3,076 I have that working the problem is now in trying to insert the headers to my csv file to have an automated process
here is the code
<?php
$list = array
( |
Forum: XML, XSLT and XPATH May 27th, 2008 |
| Replies: 4 Views: 3,076 I modify the code to this and it works
<?php
/**
* Converts a CSV file to a simple XML file
*
* @param string $file
* @param string $container |
Forum: XML, XSLT and XPATH May 12th, 2008 |
| Replies: 4 Views: 3,076 hey any body know more about this script to convert CSV to XML
<?php
/**
* Converts a CSV file to a simple XML file
*
* @param string $file |
Forum: XML, XSLT and XPATH May 9th, 2008 |
| Replies: 1 Views: 1,164 Hey I have a DTI text file that I need to convert to xml format. Have you done this before?
Attached are the TXT and XML file |