wolferhua / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

Ability to read plain PHP templates as DOM #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
That means convert
 * <?php ... ?> to <php><!-- ... --></php>
 * <tag attr='<?php ... ?>' to <tag attr='&lt;?php ... ?&gt;'

Original issue reported on code.google.com by tobiasz....@gmail.com on 25 Jul 2008 at 10:43

GoogleCodeExporter commented 9 years ago

Original comment by tobiasz....@gmail.com on 29 Jul 2008 at 11:29

GoogleCodeExporter commented 9 years ago
DOMDocumentWrapper should be used as core.
http://code.google.com/p/phpquery/issues/detail?id=60

Original comment by tobiasz....@gmail.com on 16 Oct 2008 at 12:14

GoogleCodeExporter commented 9 years ago

Original comment by tobiasz....@gmail.com on 19 Oct 2008 at 12:50