Re: [xml] libxml bug and fix for single quoted item

Date view Thread view Subject view Author view

From: Daniel Veillard (Daniel.Veillard@w3.org)
Date: Sat Oct 09 1999 - 04:56:06 EDT


On Sat, Oct 09, 1999 at 09:16:34AM +1000, Tim Josling wrote:
> The string after PUBLIC needs to be double quoted at present -
> single quoted gives a syntax error. Here is the diff for a fix
> (attached).

  Yep, this part of the function was clealy buggy, thanks for the
patch. Note, the actual correct code is:

        while (IS_PUBIDCHAR(CUR)) NEXT;
        if (CUR != '\'') {

  Fixed, and commited. Will be in next release.

> Can anyone point me to the w3c licence details - accordig to the
> doc you have a choice of GPL/LGPL or w3c licence for libxml?

   X11 like, and compatible with GPL/LGPL . The library is also
licenced as LGPL.

  http://www.w3.org/Consortium/Legal/copyright-software.html

Linked from W3C OpenSource Page,

  http://www.w3.org/Status.html

Daniel

-- 
Daniel.Veillard@w3.org | W3C, INRIA Rhone-Alpes  | Today's Bookmarks :
Tel : +33 476 615 257  | 655, avenue de l'Europe | Linux, WWW, rpmfind,
Fax : +33 476 615 207  | 38330 Montbonnot FRANCE | rpm2html, XML,
http://www.w3.org/People/W3Cpeople.html#Veillard | badminton, and Kaffe.
----
Message from the list xml@rufus.w3.org
Archived at : http://rufus.w3.org/veillard/XML/messages
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@rufus.w3.org


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Wed Aug 02 2000 - 12:29:48 EDT