efl/legacy
rephorm 3aed040af1 This isn't correct.
<Parent>
  <!--
    <!-- comment -->
    <Child>Text</Child>
  -->
</Parent>

Technically would be parsed as:

Parent Tag
  Child Tag
    Text Node - "Text"
  Text Node "-->"

But, we ignore text nodes after the first child node anyway.


SVN revision: 29742
2007-04-27 19:57:39 +00:00
..
ecore return 0 if file cp only partially succeeded 2007-04-22 23:07:48 +00:00
edje docs 2007-04-15 04:24:07 +00:00
eet Remove unused file. 2007-03-25 08:46:57 +00:00
efreet This isn't correct. 2007-04-27 19:57:39 +00:00
embryo fixed some const char*/char* confusion. 2007-03-31 10:28:20 +00:00
emotion ecore_job is needed. (Thanks Damien) 2007-04-15 17:09:03 +00:00
evas patches into cvs we go. 2007-04-24 11:16:24 +00:00