[PHP-WIN] XML parsing

2002-12-05 Thread Frode Mangseth
I have an XML-issue. I have a XML-file which I call master. Then when I make small changes to this(a variant of the master) I don't want to store the whole XML in a different file, but just store the differences in a database. What would be the most efficient way to do this. Would it be better t

RE: [PHP-WIN] XML parsing

2002-05-10 Thread Scott Carr
CTED]] > Sent: Friday, May 10, 2002 3:41 AM > To: Carl Lerche; [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] XML parsing > > Toby is right, XML is very very strict, unlike HTML browsers, which have > come to accept sloppy code. However... > > W3C's Tidy program. It can

RE: [PHP-WIN] XML parsing

2002-05-10 Thread Carl Lerche
ay 10, 2002 3:41 AM To: Carl Lerche; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] XML parsing Toby is right, XML is very very strict, unlike HTML browsers, which have come to accept sloppy code. However... W3C's Tidy program. It can clean up HTML and I believe XML. It's a command line pr

Re: [PHP-WIN] XML parsing

2002-05-10 Thread Waldemar Brand Neto
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 7:51 AM Subject: RE: [PHP-WIN] XML parsing > Hi, > > I have a problem with inserting image into the mysql database (Blob field) > with php codes... > > How can i insert a image into the mysql DB with php codes

RE: [PHP-WIN] XML parsing

2002-05-10 Thread Aziz Durmaz
Hi, I have a problem with inserting image into the mysql database (Blob field) with php codes... How can i insert a image into the mysql DB with php codes... I find some codes but they are not work Sample code to upload ... Upload Sample code to show thanks... Aziz Dur

RE: [PHP-WIN] XML parsing

2002-05-10 Thread Ross Fleming
ram. It's worth a go. http://www.w3.org/People/Raggett/tidy/ Ross -Original Message- From: Carl Lerche [mailto:[EMAIL PROTECTED]] Sent: 10 May 2002 05:23 To: [EMAIL PROTECTED] Subject: [PHP-WIN] XML parsing Hello, I have a question regarding XML parsing. Ok, I have an XML file th

Re: [PHP-WIN] XML parsing

2002-05-10 Thread toby z
well im new vid da thing but the first line i read bout xml waz dat its pretty strick bout its tags if u start one u HAVE 2 end it . i dont think u can get away otherwize . http://www.wrox.com they have good books sorry cant hlp beyond this . :$ toby .

[PHP-WIN] XML parsing

2002-05-09 Thread Carl Lerche
Hello, I have a question regarding XML parsing. Ok, I have an XML file that I'm using to contain the data for an article. Within it, I have an tag, where everything within those tags are just going to be html. However!! If I don't close a tag within there, let's say the parser is going to giv