From: SourceForge.net <no...@so...> - 2003-11-15 14:29:04
|
Patches item #842730, was opened at 2003-11-15 15:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312999&aid=842730&group_id=12999 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christophe de Vienne (cdevienne) Assigned to: Nobody/Anonymous (nobody) Summary: TextReader Initial Comment: This patch provides an implementation of textreader. A few points needs to be discussed I think : - member functions names: I used the names present in the XmlTextReader of C#, since it is were it comes from. However it does not respect the convention we used in the rest of the API, with lower case letters and underscores. - do we include it in version 1.0 of libxml++ ? This would force users to use libxml2 2.6.1 at least. - the implementation is not complete: I still need to implement the input buffer stuffs. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312999&aid=842730&group_id=12999 |