[Ezingbuilder-help] eZing deletes existing html
Status: Alpha
Brought to you by:
ljshj
|
From: brian b. <bri...@gm...> - 2007-02-23 00:22:26
|
eZing looks really good...but I ran into a problem...
If I open up an existing html file in design view under eZing, it was
deleting all of the markup.
I end up with:
<?xml version="1.0"?>
> <html>
> <head>
> <title/>
> </head>
> <body>
> </body>
> </html>
I had a line like this in my code...that disappeared..
<!--span jwcid="@If" condition='ognl:test.foo.equals("bar")'-->
I deleted it and eZing stop deleting my html... I also removed the comments
and that worked as well..
I think the way that eZing parses comments containing single quotes may have
something to do with it...
Since tapestry has a mix and match of html, tapestry tags, and it's way of
rendering, I sure it's a complicated task.. Good work on the plugin..
Thanks
Brian
|