Re: [xml] [PATCH] Do normalize string-based datatype value in RelaxNG facet checking

2016-05-02 Thread Jan Pokorný
On 02/05/16 22:30 +0200, Jan Pokorný wrote: > On 16/04/16 09:35 +0800, Daniel Veillard wrote: >> Okay looks fine, >> Applied and pushed to head, >> >> thanks Audric and Jan, > > Thanks, Audric and Daniel :-) > > Now that I mentioned the whole story, I feel embarrassed that s/mentioned/notic

Re: [xml] [PATCH] Do normalize string-based datatype value in RelaxNG facet checking

2016-05-02 Thread Jan Pokorný
On 16/04/16 09:35 +0800, Daniel Veillard wrote: > Okay looks fine, > Applied and pushed to head, > > thanks Audric and Jan, Thanks, Audric and Daniel :-) Now that I mentioned the whole story, I feel embarrassed that perhaps more vigor was missing on my side back in the day. Glad to see it f

Re: [xml] [PATCH] Do normalize string-based datatype value in RelaxNG facet checking

2016-04-15 Thread Daniel Veillard
Okay looks fine, Applied and pushed to head, thanks Audric and Jan, Daniel On Fri, Mar 11, 2016 at 09:15:15PM -0500, Audric Schiltknecht wrote: > Original patch is from Jan Pokorný . > Improve it according to reviews and add test files. > --- > include/libxml/schemasInternals.h | 92 >

[xml] [PATCH] Do normalize string-based datatype value in RelaxNG facet checking

2016-03-11 Thread Audric Schiltknecht
Original patch is from Jan Pokorný . Improve it according to reviews and add test files. --- include/libxml/schemasInternals.h | 92 +++ result/relaxng/pattern3_1 | 0 result/relaxng/pattern3_1.err | 1 + test/relaxng/pattern3.rng | 11

[xml] [PATCH] Do normalize string-based datatype value in RelaxNG facet checking

2016-03-11 Thread Audric Schiltknecht
We are currently unable to validate some documents because of https://mail.gnome.org/archives/xml/2013-November/msg00028.html (short summary: pattern restriction on token type is tested on non-normalized value). We have found that the proposed patch by Jan Pokorný actually works for us, but hasn't