[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 14:33:50 +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:
[...]
> http://wxwidgets.blogspot.com/2015/04/validating-xrc.html
[...]
> Combining the instructions from the blog with the schema above, you should
> be able to run
>
> java -jar jing.jar -C catalog.xml -c lmi_xrc_schema.rnc *.xrc
Reading the blog, I gather that '-C catalog.xml' is optional--correct?
Does it simply cache a downloaded copy of the wxwidgets.org schema,
affecting only the efficiency with which the schema is run, but not
the outcome of schema validation?