[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] [PATCH] Fix XRC validation errors
From: |
Greg Chicares |
Subject: |
Re: [lmi] [PATCH] Fix XRC validation errors |
Date: |
Fri, 17 Apr 2015 21:09:44 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.3.0 |
On 2015-04-07 20:16, Vadim Zeitlin wrote:
>
> Before submitting the rest of the patches with more meaningful changes,
> I'd like to fix the errors that prevent XRC files from passing validation,
> so here is a slightly updated version of the patch from
> http://lists.nongnu.org/archive/html/lmi/2013-10/msg00004.html which does
> it. The patch is not too big and completely trivial as it either removes
> the elements which were ignored anyhow or changes the (ignored) occurrences
> of "<value>0</value>" to "<checked>0<checked>" for wxCheckBox which doesn't
> really change anything neither as wxCheckBox is unchecked by default
> anyhow.
Committed 20150417T2049Z, revision 6167.
> If, by chance, you'd like to redo the validation yourself, both to see the
> original errors and to verify that none remain after applying this patch,
Naturally.
> I've written some [too?] detailed instructions about how to do it at
^^^^ not too detailed for me
> http://wxwidgets.blogspot.com/2015/04/validating-xrc.html and they apply to
> lmi. The XRC schema for lmi custom XRC elements was posted to this list in
> http://lists.nongnu.org/archive/html/lmi/2013-10/msg00003.html but I also
> include it here, in a slightly more compact form:
Schema 'xrc.rnc' added 20150417T2001Z (revision 6166).