Subversion Repository Public Repository

WOX2

Diff Revisions 13 vs 14 for /trunk/CSharp/src/wox/serial/XML.cs

Diff revisions: vs.
  @@ -3,6 +3,25 @@
3 3 using System.Text;
4 4 using System.Xml;
5 5
6 + /// <header>
7 + /// <wox>
8 + /// <version>1.0</version>
9 + /// <author>Carlos R. Jaimez Gonzalez</author>
10 + /// <author>Simon M. Lucas</author>
11 + /// <site>http://woxserializer.sourceforge.net/</site>
12 + /// </wox>
13 + /// <wox>
14 + /// <version>1.5</version>
15 + /// <author>Steven M Lewis</author>
16 + /// </wox>
17 + /// <wox>
18 + /// <version>2.0</version>
19 + /// <author>George A Smith</author>
20 + /// <svn>http://woxserializer.sourceforge.net/</svn>
21 + /// <note>XML form for vs 2 is more compact and therefor incompatible with vs 1</note>
22 + /// </wox>
23 + /// </header>
24 +
6 25 namespace wox.serial
7 26 {
8 27 public interface XMLreader : IDisposable
  @@ -281,4 +300,4 @@
281 300
282 301 private const String HEX = "0123456789ABCDEF";
283 302 }
284 - }
303 + }