Re: [xml] [libxslt] GPL-licensed file being distributed with MIT-licensed libxslt

2015-10-16 Thread Daniel Veillard
On Fri, Oct 16, 2015 at 04:53:08PM +0800, Daniel Veillard wrote: > On Wed, Sep 16, 2015 at 11:11:53PM +0200, Nick Wellnhofer wrote: > > On 16/09/2015 22:51, Mike Dalessio wrote: > > >It appears as though the file > > > > > > libxslt-1.1.28/doc/tutorial2/libxslt_pipes.c > > > > > >is GPL license

Re: [xml] Continuous integration for libxml2?

2015-10-16 Thread Daniel Veillard
On Fri, Oct 16, 2015 at 02:06:30PM +0100, David Drysdale wrote: > Hi folks, Hi David, > Does libxml2 have a continuous integration system running over it somewhere? Not that I know of :) TBH the rate of changes is fairly slow, i.e. the code is mature (some will call it overripe even !) and wh

[xml] Continuous integration for libxml2?

2015-10-16 Thread David Drysdale
Hi folks, Does libxml2 have a continuous integration system running over it somewhere? I've recently been exploring continuous integration systems and I used libxml2 as a guinea pig for getting various tools working in combination. Specifically, I've got a GitHub clone [1] of the repo that links

Re: [xml] Compiling libxml2 against musl

2015-10-16 Thread Daniel Veillard
On Tue, Dec 09, 2014 at 09:35:16PM +0100, Michael Heimpold wrote: > Hi, Hi Michael, (a bit late :-\) > I'm maintaining the libxml2 package on OpenWrt. Some weeks ago, there was a > bug filed > against the package, regarding a failure to compile libxml2 against musl c > library. > See https://

Re: [xml] v2.9.2 regression when using absolute paths without file: scheme in catalog?

2015-10-16 Thread Daniel Veillard
On Fri, Mar 27, 2015 at 09:58:59AM +0100, Matthias Pigulla wrote: > Sorry for submitting a semi-finished message :( > > > What I wanted to say was - can anyone tell me whether this is a regression > in 2.9.2 or should I look for help in other places (which)? > > Thanks a lot > Matthias Hi Ma

Re: [xml] indentation (again!)

2015-10-16 Thread Daniel Veillard
Hi Bruce, On Sat, Jul 25, 2015 at 08:12:39AM -0400, Bruce Miller wrote: > Hi all; > I find unindented XML to be virtually impossible > to debug, but... :-) > Frankly, I'm impressed at how good the built-in heuristic > for formatting works (apparently the rule is: once it sees > mixed con

Re: [xml] xmlReadFile Fails Where xmlParseFile Succeeds

2015-10-16 Thread Daniel Veillard
On Mon, Jul 27, 2015 at 02:38:23PM -0400, Paul Braman wrote: > The following bit of code fails > > xmlInitParser(); > xmlDocPtr maindoc = xmlReadFile("maindoc.xml", NULL, 0); > xmlDocPtr subdoc = xmlReadFile("subdoc.xml", NULL, 0); > xmlNodePtr content = xmlDocGetRootElement(subdoc); > xmlUnlinkNo

Re: [xml] How do I go about adding missing entities to libxml2?

2015-10-16 Thread Daniel Veillard
On Tue, Aug 04, 2015 at 05:59:11PM +1000, Sam Saffron wrote: > We have a bunch of missing entities (that flows through to other libs > like nokogiri ruby gem) > > for example ℵ > https://meta.discourse.org/t/certain-unicode-entities-are-being-escaped/19898 > > What do I need to do to get them int

Re: [xml] Schema validation when using an xml catalog of OGC schemas offline

2015-10-16 Thread Daniel Veillard
On Tue, Oct 13, 2015 at 12:37:27PM +0100, Ricardo Filipe Soares Garcia da wrote: > Hi list Hi Ricardo, > I'm trying to prepare an XML catalog for working with OGC schemas[1], more > concretely the csw 2.0.2 schema[2]. > > This catalog's purpose is to use my locally downloaded schemas instead o

Re: [xml] HTMLtree.c escapes braces

2015-10-16 Thread Daniel Veillard
On Thu, Sep 24, 2015 at 10:12:25PM +, Bruce Sinclair wrote: > Hi Daniel, > > We have had the issue that libxml2 encodes curly braces as character > references in HTML output because of the following code in HTMLtree.c: > >escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+");

Re: [xml] [libxslt] GPL-licensed file being distributed with MIT-licensed libxslt

2015-10-16 Thread Daniel Veillard
On Wed, Sep 16, 2015 at 11:11:53PM +0200, Nick Wellnhofer wrote: > On 16/09/2015 22:51, Mike Dalessio wrote: > >It appears as though the file > > > > libxslt-1.1.28/doc/tutorial2/libxslt_pipes.c > > > >is GPL licensed. > > > >This file is being distributed in the libxslt source tarball, which i