Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reading XML file
#2
Covert2String Wrote:the problem is, it pops up an error saying it contains invalid characters.

When does this error popup? This could definitely be a problem!


Also: This XML File does not seem to be written using standard XML syntax, which could make things difficult. Here is an example of standard XML Syntax:
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <Table>
    <Product>
    <Product_id value="1"/>
    <Product_name value="Product 1"/>
    <Product_price value="1000"/>
    </Product>
    <Product>
    <Product_id value="2"/>
    <Product_name value="Product 2"/>
    <Product_price value="5000"/>
    </Product>
    </Table>.
My Blog | My Setup | My Videos | Have a wonderful day.


Messages In This Thread
Reading XML file - by Covert2String - 04-22-2012, 04:58 PM
Re: Reading XML file - by brandonio21_phpbb3_import2 - 04-23-2012, 04:20 PM
Re: Reading XML file - by Covert2String - 04-29-2012, 11:17 AM
Re: Reading XML file - by Covert2String - 04-30-2012, 03:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with PCX file. Worf 2 14,199 10-15-2014, 10:41 AM
Last Post: Worf
  Protecting a file Covert2String 4 15,306 05-10-2012, 12:01 AM
Last Post: Covert2String
  Create a new file Covert2String 5 18,961 04-11-2012, 02:47 PM
Last Post: brandonio21
  Apply a diff file to another file Covert2String 8 27,765 04-09-2012, 03:21 PM
Last Post: Covert2String

Forum Jump:


Users browsing this thread: 1 Guest(s)