[xml] [PATCH] Fix typos in parser comments

2012-09-13 Thread Jan Pokorný
Signed-off-by: Jan Pokorný jpoko...@redhat.com --- parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parser.c b/parser.c index 192eaed..28b0d80 100644 --- a/parser.c +++ b/parser.c @@ -7515,7 +7515,7 @@ xmlParseEntityRef(xmlParserCtxtPtr ctxt) { NEXT

[xml] [PATCH 2/3] Fix typos in xmlschemas{,types}.c

2013-11-29 Thread Jan Pokorný
Signed-off-by: Jan Pokorný jpoko...@redhat.com --- xmlschemas.c | 4 ++-- xmlschemastypes.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xmlschemas.c b/xmlschemas.c index 9f7dd5a..e8aa37b 100644 --- a/xmlschemas.c +++ b/xmlschemas.c @@ -1471,7 +1471,7

[xml] [PATCH 1/3] Fix incorrect spelling entites-entities

2013-11-29 Thread Jan Pokorný
Partially, a follow-up of 81d7a8245cf9a31a49499a5a195c2b89e6f91180. Signed-off-by: Jan Pokorný jpoko...@redhat.com --- ChangeLog | 2 +- include/libxml/entities.h | 2 +- parser.c | 2 +- xmllint.c | 2 +- 4 files changed, 4 insertions(+), 4

[xml] [PATCH 0/3] Typos and Unicode cleanup in comments/ChangeLog/help

2013-11-29 Thread Jan Pokorný
This changeset fixes few typos and removes some multi-byte characters (from copy-paste of the spec, I suppose) in the comments + ChangeLog + xmllint's help. Jan Pokorný (3): Fix incorrect spelling entites-entities Fix typos in xmlschemas{,types}.c Get rid of 'REPLACEMENT CHARACTER' Unicode

[xml] [PATCH] Fix token datatype into account in RelaxNG patterns

2013-11-29 Thread Jan Pokorný
, I will also turn it to the proper part of the test suite. And yes, test suite still passes. Jan Pokorný (1): Do normalize token datatype value in RelaxNG facet checking xmlschemastypes.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) -- 1.8.1.4

[xml] [PATCH] Do normalize token datatype value in RelaxNG facet checking

2013-11-29 Thread Jan Pokorný
Signed-off-by: Jan Pokorný jpoko...@redhat.com --- xmlschemastypes.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xmlschemastypes.c b/xmlschemastypes.c index 03a55df..fed9564 100644 --- a/xmlschemastypes.c +++ b/xmlschemastypes.c @@ -5311,10 +5311,14

[xml] [PATCH] Fix typos in {tree,xpath}.c (errror)

2013-12-19 Thread Jan Pokorný
Signed-off-by: Jan Pokorný jpoko...@redhat.com --- tree.c | 2 +- xpath.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tree.c b/tree.c index b0c1372..00e6b40 100644 --- a/tree.c +++ b/tree.c @@ -7962,7 +7962,7 @@ xmlDOMWrapStoreNs(xmlDocPtr doc, * * Allocates

[xml] [PATCH] Fix typos in relaxng.c

2014-06-09 Thread Jan Pokorný
Signed-off-by: Jan Pokorný jpoko...@redhat.com --- relaxng.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/relaxng.c b/relaxng.c index 2bbecd5..f34dc14 100644 --- a/relaxng.c +++ b/relaxng.c @@ -6600,7 +6600,7 @@ xmlRelaxNGParseGrammar(xmlRelaxNGParserCtxtPtr ctxt

[xml] [PATCH 1/3] Fix typos: PATH_{ SEAPARATOR -> SEPARATOR }

2016-04-13 Thread Jan Pokorný
Signed-off-by: Jan Pokorný <jpoko...@redhat.com> --- catalog.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/catalog.c b/catalog.c index 5773db3..ac6e981 100644 --- a/catalog.c +++ b/catalog.c @@ -47,9 +47,9 @@ #define MAX_CATAL_DEPTH50 #ifdef

[xml] [PATCH 2/3] Fix typos: dictio{ nn -> n }ar{y,ies}

2016-04-13 Thread Jan Pokorný
Signed-off-by: Jan Pokorný <jpoko...@redhat.com> --- ChangeLog | 24 HTMLparser.c| 2 +- NEWS| 22 +++--- debugXML.c | 10 +- dict.c

[xml] [PATCH 0/3] Fix a couple of typos

2016-04-13 Thread Jan Pokorný
Hello Daniel, another couple of typos discovered over time. Note that especially the middle one asks for regenerating xml/html files that are also tracked in the repo (omitted from manual modification). -- Jan (Poki) Jan Pokorný (3): Fix typos: PATH_{ SEAPARATOR -> SEPARATOR } Fix ty

[xml] [PATCH 3/3] Fix typo: s{ ec -> cr }cipt

2016-04-13 Thread Jan Pokorný
Signed-off-by: Jan Pokorný <jpoko...@redhat.com> --- doc/docdescr.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docdescr.doc b/doc/docdescr.doc index 427a1ff..3fec94a 100644 --- a/doc/docdescr.doc +++ b/doc/docdescr.doc @@ -29,7 +29,7 @@ structu

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

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 stor

[xml] [PATCH] xmlcatalog: restore ability to query system catalog easily

2017-10-16 Thread Jan Pokorný
ps subject to change from that POV. Therefore I propose to restore that behaviour in the targeted manner without global disruptions this time around. (As a side-effect, this fixes indenting of the affected part :-) Signed-off-by: Jan Pokorný <jpoko...@redhat.com> --- xmlcatalog.c | 12

[xml] [PATCH v2 (fix msg)] xmlcatalog: restore ability to query system catalog easily

2017-10-16 Thread Jan Pokorný
l, perhaps subject to change from that POV. Therefore I propose to restore that behaviour in the targeted manner without global disruptions this time around. (As a side-effect, this fixes indenting of the affected part :-) Signed-off-by: Jan Pokorný <jpoko...@redhat.com> --- xmlcatalog.c | 12

[xml] [PATCH (follow-up)] xmlcatalog: refresh man page wrt. quering system catalog easily

2017-10-23 Thread Jan Pokorný
Also normalize "lookup" spelling. Signed-off-by: Jan Pokorný <jpoko...@redhat.com> --- doc/xmlcatalog_man.xml | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) Thanks, Nick. Please accept also this follow-up, then. Note two things: 1. xmlcatalog.1 w

[xml] [PATCH] Doc: do not mislead towards "infeasible" scenario wrt. xmlBufNodeDump

2019-07-11 Thread Jan Pokorný via xml
they, for any practical purpose, cannot be used by the library clients (that's how I've run into this). Signed-off-by: Jan Pokorný --- Hello Daniel, Nick, and others, I've run into a source of frustration based on an unset advice in the documentation that I hope to remove with this change. Or did I

Re: [xml] updating namespace prefix of QName

2019-09-02 Thread Jan Pokorný via xml
On 29/08/19 14:31 -0700, Eric Eberhard wrote: > In these weird cases - and I have a few - if you have the > performance for your task, just load it as is (or as you created) > then write to disk. I don't have any trick for the problem original poster raised, but whenever possible, I'd recommend

Re: [xml] [PATCH] Doc: do not mislead towards "infeasible" scenario wrt. xmlBufNodeDump

2019-08-08 Thread Jan Pokorný via xml
On 11/07/19 20:00 +0200, Jan Pokorný wrote: > I've run into a source of frustration based on an unset advice > in the documentation that I hope to remove with this change. > Or did I overlook something? Thanks for pulling otherwise! > > (Indeed, there could be substantially b

Re: [xml] Exponential running time in RELAX NG matching of optional attributes

2019-07-22 Thread Jan Pokorný via xml
On 27/06/19 14:15 +0200, Nikolai Weibull via xml wrote: > The following RELAX NG schema requires exponential running time when > matching attributes (15 attributes is where my computer begins to > show the symptoms, this may vary with your set-up): > > a.rng: > > >