config.xml <auther>エレメント
Sunday, 3. February 2008, 19:30:38
ウィジェット仕様書では、config.xmlファイルの著作者表示に<author>を使うようになっています。
DabWatchのconfig.xmlより
<widget>
<author>
<name>神崎渉瑠</name>
<email>****@******.**</email>
<link>http://www.wi-wi.jp/</link>
<organization>Wings-Winds</organization>
</author>
</widget>
この<author>は、config.xmlファイル1つに付き、1回しか使うことが出来ません。
また、これに内包する<name>、<email>、<link>も1回ずつしか使えません。
2回以上使用すると、ウィジェットが起動しなくなります。
かといって、独自のタグを追加しても起動しなくなります。
起動しないconfig.xml
<widget>
<author>
<name>神崎渉瑠</name>
<email>****@******.**</email>
<link>http://www.wi-wi.jp/</link>
<organization>Wings-Winds</organization>
<work>Scripting</work> <- 未定義のタグ
</author>
<author> <- authorタグの重複
<name>神崎水裕</name>
<email>****@******.**</email>
<link>http://www.wi-wi.jp/</link>
<organization>Wings-Winds</organization>
<work>Design</work> <- 未定義のタグ
</author>
</widget>











How to use Quote function: