Dear Wiki user, You have subscribed to a wiki page or wiki category on "Xerces Wiki" for change notification.
The "SanjayaLiyanage/My GSOC 2010 proposal" page has been changed by SanjayaLiyanage. http://wiki.apache.org/xerces/SanjayaLiyanage/My%20GSOC%202010%20proposal?action=diff&rev1=7&rev2=8 -------------------------------------------------- #format wiki #language en = Google Summer Of Code 2010 - Project Proposal = - ||<tablewidth="735px" tableheight="155px" tablestyle="">'''Project''' ||'''Implementing a streamable subset for XPointer xpointer() scheme for XInclude''' || + ||<tablewidth="735px" tableheight="155px">'''Project''' ||'''Implementing a streamable subset for XPointer xpointer() scheme for XInclude''' || ||'''Student Name''' ||'''Sanjaya Chathuranga Liyanage''' || ||'''Email''' || [email protected] || ||'''Time Zone''' ||'''UTC+5:30(Sri Lanka)''' || @@ -38, +38 @@ When the Input is: . <?xml version="1.0"?> - . <root xmlns:xi="[[http://www.w3.org/2010/XInclude">|http://www.w3.org/2001/XInclude">]] <xi:include href="students.xml" xpointer="xpointer(students/stude...@id='C'])"/> + . <root xmlns:xi="[[http://www.w3.org/2010/XInclude">|http://www.w3.org/2001/XInclude">]] <xi:include href="students.xml" xpointer="xpointer(students/stude...@id='C'])"/> </root> - </root> Result with current XInclude: @@ -57, +56 @@ <?xml version="1.0" ?> - <root xmlns:xi="[[http://www.w3.org/2010/XInclude">|http://www.w3.org/2001/XInclude">]] <xi:include href="students.xml" xpointer="element(/1/2)"/> + <root xmlns:xi="[[http://www.w3.org/2010/XInclude">|http://www.w3.org/2001/XInclude">]] <xi:include href="students.xml" xpointer="element(/1/2)"/> </root> @@ -79, +78 @@ 1. Setup my development environment 1. Just had a glance on source code. + == Community Interaction == + I subscribed to the xerces developers list and let the community get to know that I am interesting in this project and asked their knowledge on this project.I also contacted the mentor and he helped me whenever I came across a troublesome situation.While i was dealing with the xerces developers list I subscribed to the [email protected] mailing list as well.I asked few questions there about XPath expressions.When I am done with my draft proposal I will ask the feedbacks of community.I am looking foraward to interactively engage with the community in the future and try my best to be a practive member in the list. + + == About Me == + I am Sanjaya Chathuranga Liyanage and I am an undergraduate student of Department of Computer Science and Engineering,University of Moratuwa,Sri Lanka.One of the project I did for Open source(An extension for Anjuta IDE) in my leisure time really make me attracted towards the open source.I contacted the Anjuta group in IRC chat when I was in troublesome situations.I was actually dealing much more with Windows in past.But now the situation is different and I always keen to deal with open source.I installed Ubuntu in my computer as well. + + I am willing to learn new things and technologies.For learning languages which are unknown to me I used to develop a small game kind of thing in that language.I have an intension to create my own xml parser one day and I hope this project will create a great background to reach my target. On the other hand I need to be exposed to the open source community and ultimately become a committer for open source. + + == Resources/References == + * Project idea described at https://issues.apache.org/jira/browse/XERCESJ-1428 + * To gain a decent knowledge on XPath http://www.w3schools.com/ + * For XPointer Framework http://www.w3.org/TR/2003/REC-xptr-framework-20030325/ + * For XPointer Element http://www.w3.org/TR/2003/REC-xptr-element-20030325/ + * For XPointer xpointer http://www.w3.org/TR/2002/WD-xptr-xpointer-20021219/ + * For XInclude http://www.w3.org/TR/xinclude/ + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
