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

------------------------------------------------------------------------------
  
   ----
  
-    ----
+  ----
  {{{
   10'th July
  }}}
@@ -177, +177 @@

     3. set/getFeature() 
   ----
  
+  ----
+ {{{
+   12'nd July
+ }}}
+ 
+ 
+ * Completed work [[BR]]
+ 
+    1. XMLInputFactory's get/setFeature() method;
+    
+    2. NamespaceAware option.
+       - StartPrefixMapping
+       - EndPrefixMapping
+ 
+ 
+  {{{
+  test document (test5.xml) by Beginning XML 3rd Edition
+  ------------------------------------
+  <?xml version = "1.0"?>
+ <person xmlns ="http://sernaferna.com/pers";>
+       <names id ="1">
+               <first>John</first>     
+               <middle>Fitzgerald Johansen</middle>
+               <last>Doe</last>
+       </names>
+       <position>Vice President of Marketing</position>
+       <resume>
+               <html:html xmlns:html = "http://www.w3.org/1999/xhtml";>
+                       <html:head><html:title>resume of John 
Doe</html:title></html:head>
+                       <html:body>
+                               <html:h1>John Doe</html:h1>
+                               <html:p html:style="font-FAMILY: Arial">
+                                       John's a great guy, you know?
+                               </html:p>
+                       </html:body>
+               </html:html>
+       </resume>
+ </person>
+  }}}
+ 
+ result
+  {{{
+ START_DOCUMENT
+ ---------startPrefix : "" = http://sernaferna.com/pers
+ <person>
+ <names>
+  id="1"
+ <first>
+ </first>
+ <middle>
+ </middle>
+ <last>
+ </last>
+ </names>
+ <position>
+ </position>
+ <resume>
+ ---------startPrefix : "html" = http://www.w3.org/1999/xhtml
+ <html:html>
+ <html:head>
+ <html:title>
+ </html:title>
+ </html:head>
+ <html:body>
+ <html:h1>
+ </html:h1>
+ <html:p>
+  style="font-FAMILY: Arial"
+ </html:p>
+ </html:body>
+ </html:html>
+ ---------endPrefix : html
+ </resume>
+ </person>
+ ---------endPrefix : null
+ END_DOCUMENT
+  }}}
+ 

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

Reply via email to