Re: [PHP] html to xml?

2007-09-12 Thread mike
On 9/12/07, Slith <[EMAIL PROTECTED]> wrote: > i need to parse an html page for tabular data which i can then import > into mysql so i thought converting the html to xml might be a feasible > thing to do, however, other than using tidy from the command line i > can't find a way to do this from php.

RE: [PHP] html to xml?

2007-09-12 Thread Edward Kay
> Slith wrote: > > > i need to parse an html page for tabular data which i can then import > > into mysql so i thought converting the html to xml might be a feasible > > thing to do, however, other than using tidy from the command line i > > can't find a way to do this from php. > > > > does any

Re: [PHP] html to xml?

2007-09-12 Thread Per Jessen
Slith wrote: > i need to parse an html page for tabular data which i can then import > into mysql so i thought converting the html to xml might be a feasible > thing to do, however, other than using tidy from the command line i > can't find a way to do this from php. > > does anyone know of any c

[PHP] html to xml?

2007-09-12 Thread Slith
i need to parse an html page for tabular data which i can then import into mysql so i thought converting the html to xml might be a feasible thing to do, however, other than using tidy from the command line i can't find a way to do this from php. does anyone know of any class (or other) that w

Re: [PHP] HTML (to XML?) to PDF

2002-03-20 Thread Chris Boget
> I need to take what is presented to the user (ie, the data less the > HTML tags but maintaining the formatting) and turn it into a PDF > file. I found the solution with HTMLDoc (http://www.easysw.com/htmldoc/) It was very easy to set up and use. I heartily recommend it for anyone who has the s

Re: [PHP] HTML (to XML?) to PDF

2002-03-20 Thread Chris Boget
> Hm. If you can't store the data as XML from the beginning (doesn't it > make more sense to go from XML to HTML than vice versa?), Yes, it does. However, the people creating these templates don't know XML, only HTML. As such, that is how they are going to be stored. :| > If your initial do

Re: [PHP] HTML (to XML?) to PDF

2002-03-19 Thread Erik Price
On Tuesday, March 19, 2002, at 03:48 PM, Chris Boget wrote: > I need to take what is presented to the user (ie, the data less the > HTML tags but maintaining the formatting) and turn it into a PDF > file. > > I know I can use PDFLib to turn data into a PDF. However, it > doesn't understand HTM

[PHP] HTML (to XML?) to PDF

2002-03-19 Thread Chris Boget
Here is my situation: I've got HTML Templates that I'm using to parse and presents the end result to the user. Here is my dilemma: I need to take what is presented to the user (ie, the data less the HTML tags but maintaining the formatting) and turn it into a PDF file. I know I can use PDFLib