On 15 Nov 2007, at 00:37, Thomas Aylott - subtleGradient wrote:
I just added a Select Balanced HTML/XML Tag macro to the Experimental bundle!
This is pretty awesome – unfortunately I found one problem, take the following example:
<table> <tr> <td>foo</td> </tr> <tr> <td><?php echo $foo->bar ?></td> </tr> </table>
the -> structure trips it up :(
Great job though!