[xml] Relaxed entities encoding for html output

2012-09-04 Thread rbondue.ext
Hello, I am working on a project where we are using either libxslt or xalan for xslt transformations. We have internally deprecated xalan because libxslt is considerably faster, and all other xml processing is performed by libxml2. We now would like to drop xalan completely, but there is one impo

Re: [xml] Relaxed entities encoding for html output

2012-09-05 Thread rbondue.ext
> Your approach is way too heavy, instead of changing < and & in all case > detecting the full > construct first and then special processing those case is really less > disruptive. With that > approach no other test case in libxml2 or libxslt fails. So I commited that > restricted approach

[xml] [PATCH] Server side includes (again)

2012-10-05 Thread rbondue.ext
Hello, I recently came up with an issue that prevented the generation of server side includes. Daniel Veillard wrote a patch in version 2.9.0 to help resolve this: http://git.gnome.org/browse/libxml2/diff/?id=7d4c529a334845621e2f805c8ed0e154b3350cec The issue was that too much escaping was perfo

Re: [xml] [PATCH] Server side includes (again)

2012-10-29 Thread rbondue.ext
Hello, Following Daniel's message about a new release, I would like to bump the issue/patch I raised earlier this month for consideration. Thank you, Romain Bondue > Hello, > I recently came up with an issue that prevented the generation of server side > includes. > Daniel Veillard wrote a patc

Re: [xml] [PATCH] Server side includes (again)

2012-10-30 Thread rbondue.ext
> Ah, right, I looked at your patch last week-end briefly, but your patch > didn't apply to git head (even after removing all the spurious \r due to your > Windows environment), I started looking at what was going on, but got > interrupted. > > You could help by reposing a rebased, cleaned

Re: [xml] Regarding Adding namespace prefix to the Root Element

2013-02-05 Thread rbondue.ext
Hello, > I want to generate a XML like the following , In this example root element > Envelope having > namespace prefix as "S11" . How to add the namespace prefix to the Root > Element. In my code below > I have simply given Root element name as "S11:Envelope", I know it is wrong, > Please let

[xml] Broken link

2013-03-21 Thread rbondue.ext
Hello, The link to the < nice documentation > of the SAX interface is broken on this page : http://www.xmlsoft.org/interface.html Regards, Romain Bondue _ Ce message et ses p

Re: [xml] Release of libxml2-2.9.1

2013-04-22 Thread rbondue.ext
Hello, Thank you for this release, but you did not include my last patch related to the generation of server side processing instruction. Is it an oversight, or is there something wrong with it? Thank you, Romain Bondue ___

Re: [xml] Release of libxml2-2.9.1

2013-04-23 Thread rbondue.ext
>> On Mon, Apr 22, 2013 at 10:26:09AM +0200, rbondue@orange.com wrote: >> Hello, >> Thank you for this release, but you did not include my last patch related to >> the generation of >> server side processing instruction. Is it an oversight, or is there >> something wrong with it? > Daniel Ve

Re: [xml] Release of libxml2-2.9.1

2013-05-14 Thread rbondue.ext
>> On Mon, Apr 22, 2013 at 10:26:09AM +0200, rbondue@orange.com wrote: >> Hello, >> Thank you for this release, but you did not include my last patch >> related to the generation of server side processing instruction. Is it an >> oversight, or is there something wrong with it? > Daniel Veill

[xml] Server side include patch (bump)

2013-07-01 Thread rbondue.ext
Hello, I'm bringing my patch up again so that it can hopefully be included in the next version. It should applied cleanly to the git trunk. Thank you and regards, Romain Bondue P.S : Sorry about the, automatically added, legal garbage bellow, there is no way I can prevent it from creeping int

Re: [xml] Get text content of an element which surrounds another element

2013-10-21 Thread rbondue.ext
Hello, > Second, I don't know how to obtain the text after element which > still belongs to element. s there a way to do so ? It is my understanding that this is what xmlNodeGetContent() is for. Just remember that you will have to free the string returned. Regards, Romain Bondue ___

[xml] Deadlink in documentation

2014-07-08 Thread rbondue.ext
Hello, On page http://xmlsoft.org/interface.html, the link to James Henstridge's nice SAX documentation seems dead. Google found this one: http://www.jamesh.id.au/articles/libxml-sax/libxml-sax.html Hope that helps, Romain Bondue _