German translation of loadable message list

2021-01-02 Thread Robert Hairgrove
I have built the latest version of Xerces-C++ 3.2.3 on Linux Ubuntu 18.04 LTS and would like to translate the loadable message file "XMLErrList_EN_US.Xml" located under "src/xercesc/NLS/EN_US/" into German. At the top of the XML file are some instructions which don't play well with German:

Re: German translation of loadable message list

2021-01-03 Thread Robert Hairgrove
did suggest last year we should drop some of them to make this more maintainable. Kind regards, Roger On 2 Jan 2021, at 16:48, Robert Hairgrove wrote: I have built the latest version of Xerces-C++ 3.2.3 on Linux Ubuntu 18.04 LTS and would like to translate the loadable message file

Re: Xerces 4 and XML Schema 1.1 validation

2022-08-29 Thread Robert Hairgrove
It looks like I was confused by the statements found here under "Features" (https://xerces.apache.org/xerces-c/): * Conforms to o XML 1.0 (Third Edition) , W3C Recommendation o XML 1.1 (First Edition)

Xerces 4 and XML Schema 1.1 validation

2022-08-28 Thread Robert Hairgrove
The platforms I am using are Linux Ubuntu 18.04 with GCC 7.50 and Windows 10. My C++ application (built with Qt libraries 5.15.5 for Windows and Linux) links to Xerces-C++ as a library and performs validation on a XML file used to configure the importing of CSV text files against an embedded

Re: Xerces 4 and XML Schema 1.1 validation

2022-08-28 Thread Robert Hairgrove
BTW, I compiled Xerces-C++ with network access disabled since my users will not necessarily be connected to the internet, or will be behind a firewall. - To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org For

Re: Xerces 4 and XML Schema 1.1 validation

2022-08-28 Thread Robert Hairgrove
On 8/28/22 18:02, Roger Leigh wrote: Hi Robert, If you compiled without network access, then you'll need to be sure that all of the schema files are accessible, for example by implementing a custom EntityResolver. At a minimum, you'll want to provide your own schemas, plus any schemas they

Re: Probably a 3.2.5 fix coming

2022-10-19 Thread Robert Hairgrove
On 10/19/22 08:28, Cantor, Scott wrote: Debian *should* be using C++-11 but isn't, so I'm going to bottom it out, mostly because of my other projects. I've patched the use of nullptr out simply for consistency but there's no apparent need to rush out a fix, so I'll let it sit for the time

Re: Discussion of Xerces-C++ project health and possibility of retirement

2022-10-11 Thread Robert Hairgrove
at the latest, and completely removed now in Qt 6.0 with no plans to replace it, AFAIK. This is what motivated me to begin using Xerces-C++ in the first place. ;) Cheers, Robert Hairgrove - To unsubscribe, e-mail: c-dev-unsubscr