1 | 1 | simandl | <?xml version="1.0" encoding="ISO-8859-1"?> |
2 | | | <!-- |
3 | | | star-light - version 1.0.2 (2005/06/06) |
4 | | | Copyright 2005, Dean Edwards |
5 | | | License: http://creativecommons.org/licenses/LGPL/2.1/ |
6 | | | --> |
7 | | | <!-- Thanks to James Crompton for more definitive RegExps --> |
8 | | | <public:component xmlns:public="urn:HTMLComponent" lightweight="true"> |
9 | | | <public:property name="IGNORE" get="get_IGNORE"/> |
10 | | | <public:property name="LINE_COMMENT" get="get_LINE_COMMENT"/> |
11 | | | <public:property name="BLOCK_COMMENT" get="get_BLOCK_COMMENT"/> |
12 | | | <public:property name="SGML_COMMENT" get="get_SGML_COMMENT"/> |
13 | | | <public:property name="STRING1" get="get_STRING1"/> |
14 | | | <public:property name="STRING2" get="get_STRING2"/> |
15 | | | <public:property name="NUMBER" get="get_NUMBER"/> |
16 | | | <public:property name="parser" get="get_parser"/> |
17 | | | <public:property name="tabStop"/> |
18 | | | <public:property name="urls"/> |
19 | | | <public:property name="email"/> |
20 | | | <public:property name="autoRefresh"/> |
21 | | | <public:method name="refresh"/> |
22 | | | <public:attach event="ondocumentready" handler="parse"/> |
23 | | | <script src="common.js" type="text/javascript"></script> |
24 | | | <script src="fix-ie5.js" type="text/javascript"></script> |
25 | | | <script src="ParseMaster.js" type="text/javascript"></script> |
26 | | | <script src="star-light.js" type="text/javascript"></script> |
27 | | | </public:component> |