wxPython: Extracting XML from the RichTextCtrl
I recently came across a StackOverflow question where the fellow was asking how to get wxPython’s RichTextCtrl’s XML data so he could save it to a database. I don’t know much about this control, but after a quick Google search, I found an article from 2008 that gave me the information I needed. I took […]
wxPython: Extracting XML from the RichTextCtrl Read More »