Subversion Repository Public Repository

WOX2

Diff Revisions 14 vs 15 for /trunk/Java/src/wox/serial/XMLwriterImpl.java

Diff revisions: vs.
  @@ -6,6 +6,21 @@
6 6 import org.jdom.*;
7 7 import org.jdom.output.*;
8 8
9 + /**
10 + * Version: 1.0
11 + * Author: Carlos R. Jaimez Gonzalez
12 + * Author: Simon M. Lucas
13 + * Site: http://woxserializer.sourceforge.net/
14 + *
15 + * Version: 1.5
16 + * Author: Steven M Lewis
17 + *
18 + * Version: 2.0
19 + * Author: George Smith
20 + * SVN: http://svn.xp-dev.com/svn/WOX2/
21 + * Note: XML form for vs 2 is more compact and therefor incompatible with vs 1
22 + */
23 +
9 24 public class XMLwriterImpl implements XMLwriter
10 25 {
11 26 private Writer mWriter;