
Hi! My idea about XML is listed below: 1.I have experience on processing larege scale xml files(database files).So I feel having boost proccess large xml files in SAX model will be useful and I've make that in Java before. 2.Reading spec about all kinds of XML APIs, and improve current Boost interfaces in Boost to support all kinds of processing without thinking about the backend implemention.By this, interfaces is independent from the backend, thus dynamic backend bindings is possible. 3.Maybe we need a new backend that serves for the API interface,like libxml2.It can parse,tranverse,writer and search(XPath) the document. 4.I am graduating this summer and I'll have enough time. Have you any sugguestions for me?

On 03/27/2010 08:58 AM, Qingli Ma wrote:
Hi! My idea about XML is listed below:
1.I have experience on processing larege scale xml files(database files).So I feel having boost proccess large xml files in SAX model will be useful and I've make that in Java before.
Have you looked at the XMLReader API in https://svn.boost.org/svn/boost/sandbox/xml/ ?
2.Reading spec about all kinds of XML APIs, and improve current Boost interfaces in Boost to support all kinds of processing without thinking about the backend implemention.By this, interfaces is independent from the backend, thus dynamic backend bindings is possible.
3.Maybe we need a new backend that serves for the API interface,like libxml2.It can parse,tranverse,writer and search(XPath) the document.
Can you elaborate what exactly you think needs to be added to the above ? Thanks, Stefan -- ...ich hab' noch einen Koffer in Berlin...

OK ,let me explain my idea. What I want a new implementation of the backend that conforms to the current Boost.XML interface. Fisrt and foremost, I am interested and want to develop a new backend that serves for the Boost Reader interface for I have experience of writting one like that. After that,if time permitted,I want a new backend implemention for the dom API. It'll be a challenge but I am confident that I can make it. Are you feeling OK with my idea? 2010/3/27 Stefan Seefeld <seefeld@sympatico.ca>
On 03/27/2010 08:58 AM, Qingli Ma wrote:
Hi! My idea about XML is listed below:
1.I have experience on processing larege scale xml files(database files).So I feel having boost proccess large xml files in SAX model will be useful and I've make that in Java before.
Have you looked at the XMLReader API in https://svn.boost.org/svn/boost/sandbox/xml/ ?
2.Reading spec about all kinds of XML APIs, and improve current Boost
interfaces in Boost to support all kinds of processing without thinking about the backend implemention.By this, interfaces is independent from the backend, thus dynamic backend bindings is possible.
3.Maybe we need a new backend that serves for the API interface,like libxml2.It can parse,tranverse,writer and search(XPath) the document.
Can you elaborate what exactly you think needs to be added to the above ?
Thanks, Stefan
--
...ich hab' noch einen Koffer in Berlin...
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Qingli Ma
-
Stefan Seefeld