Joined: 19 Aug 2005 |
Posts: 1 |
Location: Sao Paulo, Brazil |
|
|
Posted: Thu Aug 18, 2005 8:34 am |
|
|
|
|
|
Hello,
I am evaluating PhpED, and I have a doubt about HTML Validation. I use CSE HTML Validator for years, to parse my PHP code. As it seems - but I might be wrong - PhpED allows integration with this tool, but only performs source code validation loaded in the editor. The thing is, most of my HTML errors are caused by small mistakes in the PHP programming, so I might get nesting errors or missing closing tags in the resulting HTML code (which can be seen in the source window when debugging the code), and those errors are not visible when parsing the original PHP source code. What I would like is to test the resulting HTML code after execution of the PHP code, and not the original source code by itself. Today I am saving the source code of the resulting HTML to disk, and then open that saved file in CSE, to see if there are errors in the code generated through my programming. It would be nice if thist could be done directly in the editor, to skip an extra step during development and testing. Is it possible? If yes, how? If not, this might be a suggestion for a future enhancement of the product.
Kind regards,
Ulrich
|
|
Joined: 07 Mar 2006 |
Posts: 22 |
|
|
|
Posted: Sat Mar 25, 2006 1:37 pm |
|
|
|
|
|
Dmitri,
I was looking for an answer to this exact question. This is a BRILLIANT work-around for checking php document output. I am getting more and more excited about phpEd. It's a fantastic product
.... I who thought I wrote flawless html...
Sincerely,
Joe Belmaati
Copenhagen Denmark
|
|