[gedit-list] taglist xml syntax
- From: "nick humphrey" <nick c humphrey gmail com>
- To: gedit-list gnome org
- Subject: [gedit-list] taglist xml syntax
- Date: Thu, 19 Apr 2007 11:32:31 +0200
maybe its just me, but the xml syntax seems a little silly:
<gedit:Tag name="a">
<gedit:Begin><a></gedit:Begin>
<gedit:End></a></gedit:End>
</gedit:Tag>
why have both a begin and and end tag when you could just put
everything into one tag?
<gedit:Tag name="a">
<gedit:Begin><a></a></gedit:Begin>
</gedit:Tag>
this works fine....Begin could for example be replaced with Code...
and why does the xmlns link to something that doesn't exist?
<gedit:TagList xmlns:gedit="http://gedit.sourceforge.net/some-location">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]