Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by Gayeon Yoo:
http://wiki.apache.org/ws/Mirae/Core

The comment on the change is:
  

------------------------------------------------------------------------------
  
   ----
  
+  ----
+ {{{
+  5'th July
+ }}}
+ 
+  * I created handler class for test.
+ 
+  * First Goal. 
+   1. Start Document and EndDocument.
+   1. StartElement and EndElement.
+ 
+  {{{
+  test document (test1.xml)
+  ------------------------------------
+ <?xml version="1.0" encoding="utf-8"?> 
+ <root></root>
+  }}}
+ 
+   ----
+ {{{
+  6'th July
+ }}}
+ 
+  * Second Goal.
+     1. Processing of charatecre in Element
+       -> I have a problem of whitespace processing
+ 
+  {{{
+  test document (test2.xml)
+  ----
+ <?xml version="1.0" encoding="utf-8" ?> 
+ <root><a>1111</a></root>
+  }}}
+ 
+ 
+  * Third Goal.
+      1. processing of many element.
+  {{{
+  test document (test3.xml)
+  ----
+ <?xml version="1.0" encoding="utf-8" ?> 
+ <root>root<a>a</a><b>b</b></root>
+  }}}
+ 
+  ----
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to