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 ------------------------------------------------------------------------------ ---- ---- {{{ - 21'th June + 21'st June }}} * I studied JSR280.[[BR]] * Mirae need to add SAX2 interface and dom part for JSR 280.[[BR]] @@ -29, +29 @@ ---- {{{ - 22'th - 24'th June + 22'nd - 24'th June }}} * These days I spend my time understanding the Mirae SAX and StAX API.[[BR]] ---- @@ -62, +62 @@ ---- {{{ - 3'th July + 3'rd July }}} * Started to work on the mirae SAX Parser coding [[BR]] * I created interafaces and abstract Classes in SAX and StAX package.[[BR]] @@ -92, +92 @@ 5'th July }}} - * I created handler class for test. + * I created handler class for test.[[BR]] - * First Goal. + * First Goal. [[BR]] - 1. Start Document and EndDocument. + 1. Start Document and EndDocument.[[BR]] - 1. StartElement and EndElement. + 1. StartElement and EndElement.[[BR]] {{{ test document (test1.xml) @@ -106, +106 @@ }}} ---- + ---- {{{ 6'th July }}} - * Second Goal. + * Second Goal.[[BR]] - 1. Processing of charatecre in Element + 1. Processing of charatecre in Element[[BR]] - -> 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. + * Third Goal.[[BR]] - 1. processing of many element. + 1. Processing of many element.[[BR]] {{{ test document (test3.xml) - ---- + ------------------------------------ <?xml version="1.0" encoding="utf-8" ?> <root>root<a>a</a><b>b</b></root> }}} ---- + ---- + {{{ + 10'th July + }}} + + * Fourth Goal.[[BR]] + 1. Processing of attribute and namespace[[BR]] + 2. Processing of processing instrction[[BR]] + {{{ + test document (test4.xml) + ------------------------------------ + <?xml version="1.0" encoding="utf-8" ?> + <document> + <title>The Publishers </title> + <publisher> + Alfred Publishing + 15535 Morrison + South Oaks CA 91403 + </publisher> + <book price="$100" author = "Herold" number = "no_11">eXtensible Markup Language</book> + <bookurn xmlns='urn:loc.gov:books' xmlns:isbn='urn:ISBN:0-395-36341-6'/> + <pb/> + <pages /> + </document> + }}} + + + * Future works[[BR]] + 1. Processing of DTD + - Entity[[BR]] + - Namespace[[BR]] + + 2. Other handler method + - ignorableWhitespace[[BR]] + - notationDecl[[BR]] + - resolveEntity[[BR]] + - skippedEntity[[BR]] + - unparseEntityDecl[[BR]] + - startPrefixMapping[[BR]] + - endPrefixMapping[[BR]] + + 3. set/getFeature() + ---- + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
