From: Francesco M. <fr...@us...> - 2005-09-07 23:01:09
|
name: wxDom wxversion: 2.6 category: data container,text processing language: cpp description: This is a modification of wxXML that allows loading from a File, URL, or XML String. Also allows dumping the Dom to String insted of just saving it to a file. I changed the class names, and some of the function names soas to not conflict with wxXML. location: wxdom cdate: 2006-09-20 id: 102 status: beta docs: notavailable buildsys: projectfiles extdep: none wiki: enabled wxport: all samples: 0 approved: 0 author: Vaclav Slavik version: 1.0 maintainerid: 24 Maintainer SF username: Digitalxero Maintainer name: Dj Gilcrease Maintainer mail address: dig...@us... |
From: Francesco M. <fr...@us...> - 2008-03-25 14:24:34
|
name: wxDom wxversion: 2.6 category: data container,text processing language: cpp description: This is a modification of wxXML that allows loading from a File, URL, or XML String. Also allows dumping the Dom to String insted of just saving it to a file. I changed the class names, and some of the function names soas to not conflict with wxXML. location: wxdom cdate: 2006-09-20 id: 102 status: beta docs: notavailable buildsys: projectfiles extdep: none wiki: enabled wxport: all samples: 0 approved: 0 author: Vaclav Slavik version: 1.0 inCVS: 1 maintainerid: 24 Maintainer SF username: Digitalxero Maintainer name: Dj Gilcrease Maintainer mail address: dig...@us... |
From: Francesco M. <fr...@us...> - 2008-04-18 16:14:14
|
name: wxDom wxversion: 2.6 category: data container,text processing language: cpp description: This is a modification of wxXML that allows loading from a File, URL, or XML String. Also allows dumping the Dom to String insted of just saving it to a file. I changed the class names, and some of the function names soas to not conflict with wxXML. location: wxdom cdate: 2006-09-20 id: 102 status: beta docs: notavailable buildsys: projectfiles extdep: none wiki: enabled wxport: all samples: 0 approved: 0 author: Vaclav Slavik version: 1.0 inCVS: 1 maintainerid: 24 Maintainer SF username: Digitalxero Maintainer name: Dj Gilcrease Maintainer mail address: dig...@us... |
From: Francesco M. <f18...@ya...> - 2005-09-08 10:52:49
|
Hi, just some questions before approving the component Francesco Montorsi wrote: > name: wxDom > wxversion: 2.6 > category: data container,text processing > language: cpp > description: This is a modification of wxXML that allows loading from a File, URL, or XML String. AFAIK wxXmlDocument::Load takes a wxInputStream and thus already allows you to load from file/url/strings.... see wxStringInputStream. Also allows dumping the Dom to String insted of just saving it to a file. AFAIK wxXmlDocument::Save takes a wxOutputStream and thus using a wxStringOutputStream gives the same feature, isn't it? I changed the class names, and some of the function names soas to not conflict with wxXML. > location: wxdom > cdate: 2006-09-20 > id: 102 > status: beta > docs: notavailable > buildsys: projectfiles > extdep: none > wiki: enabled > wxport: all > samples: 0 > approved: 0 > author: Vaclav Slavik > version: 1.0 > maintainerid: 24 > > Maintainer SF username: Digitalxero > Maintainer name: Dj Gilcrease > Maintainer mail address: dig...@us... > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Francesco M. <f18...@ya...> - 2005-09-08 10:55:57
|
Hi, just some questions before approving the component Francesco Montorsi wrote: > name: wxDom > wxversion: 2.6 > category: data container,text processing > language: cpp > description: This is a modification of wxXML that allows loading from a File, URL, or XML String. AFAIK wxXmlDocument::Load takes a wxInputStream and thus already allows you to load from file/url/strings.... see wxStringInputStream. Also allows dumping the Dom to String insted of just saving it to a file. AFAIK wxXmlDocument::Save takes a wxOutputStream and thus using a wxStringOutputStream gives the same feature, isn't it? > I changed the class names, and some of the function names soas to not conflict with wxXML. > location: wxdom > cdate: 2006-09-20 > id: 102 > status: beta > docs: notavailable > buildsys: projectfiles > extdep: none > wiki: enabled > wxport: all > samples: 0 > approved: 0 > author: Vaclav Slavik > version: 1.0 > maintainerid: 24 > > Maintainer SF username: Digitalxero > Maintainer name: Dj Gilcrease > Maintainer mail address: dig...@us... > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > wxCode-users mailing list > wxC...@li... > https://lists.sourceforge.net/lists/listinfo/wxcode-users > |
From: Francesco M. <f18...@ya...> - 2005-09-08 21:44:46
|
Hi, Dj Gilcrease wrote: > Yes, I just added the functions to do the convetion for you. I also plan > on adding a few other functions that I felt were missing like > HasChild(child name), GetChild(child name), NumChildren(), NumAttrib(). > > Only reason I seperated it from wxXML at all is because I did not know > if any of the changes I was planing would potentialy break the other > things that use wxXML. ok; the component has been approved; however I think that in wx2.7 the wx developers will document the wxXml API and make it "official" part of wx. Thus I suggest you to follow strictly all wxWidgets coding standard: they could integrate the additions you make in wxXML ;) Francesco > > On 9/8/05, *Francesco Montorsi* <f18...@ya... > <mailto:f18...@ya...>> wrote: > > Hi, > just some questions before approving the component > > AFAIK wxXmlDocument::Load takes a wxInputStream and thus already > allows you to load from > file/url/strings.... see wxStringInputStream. > > > > AFAIK wxXmlDocument::Save takes a wxOutputStream and thus using a > wxStringOutputStream > gives the same feature, isn't it? > > > I changed the class names, and some of the function names soas to > not conflict with wxXML. > > > location: wxdom > > cdate: 2006-09-20 > > id: 102 > > status: beta > > docs: notavailable > > buildsys: projectfiles > > extdep: none > > wiki: enabled > > wxport: all > > samples: 0 > > approved: 0 > > author: Vaclav Slavik > > version: 1.0 > > maintainerid: 24 > > > > Maintainer SF username: Digitalxero > > Maintainer name: Dj Gilcrease > > Maintainer mail address: dig...@us... > <mailto:dig...@us...> > > > > > > > > ------------------------------------------------------- > > SF.Net email is Sponsored by the Better Software Conference & EXPO > > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > > Agile & Plan-Driven Development * Managing Projects & Teams * > Testing & QA > > Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > > _______________________________________________ > > wxCode-users mailing list > > wxC...@li... > <mailto:wxC...@li...> > > https://lists.sourceforge.net/lists/listinfo/wxcode-users > > > > > > > -- > Dj Gilcrease > OpenRPG Developer > ~~http://www.openrpg.com > MQ2 Plugin Developer > ~~http://digitalxero.no- ip.org <http://ip.org> > Web Admin for Thewarcouncil.com <http://Thewarcouncil.com> > ~~http://www.thewarcouncil.com |