Help Needed - Read Text File and Convert to XML format

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abtet
    New Member
    • Mar 2007
    • 4

    Help Needed - Read Text File and Convert to XML format

    Hello people,
    I am new to php and have question on how to read text file and convert it to XML with php. [what i mean here is i want to create a php that can open and read text file and saved as XML format].

    Can it be done if the text file contains text, image and also tables?

    please help and if anyone has the sources that could help solve my problem, please direct me to the source. Thank you very much

    -abtet-
  • mihai123
    New Member
    • Mar 2007
    • 13

    #2
    Originally posted by abtet
    Hello people,
    I am new to php and have question on how to read text file and convert it to XML with php. [what i mean here is i want to create a php that can open and read text file and saved as XML format].

    Can it be done if the text file contains text, image and also tables?

    please help and if anyone has the sources that could help solve my problem, please direct me to the source. Thank you very much

    -abtet-
    for open and read the text file you'll need to user fopen and fread.
    you can find a parser for xml at www.w3schools.com
    also you can find many useful information on www.php.net

    If you don t neead to make this job automaticlly you can use Open Office, save you file there and then unzip the file.odt the content will be in an xml.

    Comment

    Working...