I've been having problems finding good documentation about XRC, so I
decided to ask for help. I've already googled, but what I found it's
not what I expected, so I would like some guidance from someone with
some experience in XRC to help me find some documents.
I've been having problems finding good documentation about XRC, so I
decided to ask for help. I've already googled, but what I found it's
not what I expected, so I would like some guidance from someone with
some experience in XRC to help me find some documents.
There's a couple of pages on the wxPython Wiki (http://wiki.wxpython.org/) -- they're listed under "Other Documentation" on the front page.
There's also "Using XML Resources with XRC" (Using XML Resources with XRC - WxWiki)
-- this seems to be the most in-depth and up-to-date doc, but remember that it's in the wxWidgets Wiki, not wxPython's.
Maybe you've already seen these, and are looking for something more formal? As far as I know, there's no DTD or schema for XRC. (Although, the wxwidgets.org page has a pretty good "DOM" description.)