comparison test/XMLTest.java @ 37:30e46b8e4a87

export XML test
author pin
date Sat, 10 Nov 2007 18:50:44 +0900
parents
children c873ee0318f8
comparison
equal deleted inserted replaced
36:ec1cd5d388f3 37:30e46b8e4a87
1 package test;
2
3 import rep.SessionList;
4
5 public class XMLTest {
6 public static void main(String[] args){
7 SessionList list = new SessionList();
8 list.addSession(null, "test.txt");
9 list.getXML();
10 }
11 }