Subversion Repository Public Repository

WOX2

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

Diff revisions: vs.
  @@ -9,6 +9,21 @@
9 9 import org.jdom.input.*;
10 10 import org.w3c.dom.*;
11 11
12 + /**
13 + * Version: 1.0
14 + * Author: Carlos R. Jaimez Gonzalez
15 + * Author: Simon M. Lucas
16 + * Site: http://woxserializer.sourceforge.net/
17 + *
18 + * Version: 1.5
19 + * Author: Steven M Lewis
20 + *
21 + * Version: 2.0
22 + * Author: George Smith
23 + * SVN: http://svn.xp-dev.com/svn/WOX2/
24 + * Note: XML form for vs 2 is more compact and therefor incompatible with vs 1
25 + */
26 +
12 27 public class XMLreaderImpl implements XMLreader
13 28 {
14 29 private DomIterator mDomIterator;
  @@ -177,4 +192,4 @@
177 192 initCause( pCause );
178 193 }
179 194 }
180 - }
195 + }