Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2009 13:05:40 -0400
From:      Joe Marcus Clarke <marcus@freebsd.org>
To:        =?ISO-8859-1?Q?Adalberto_Gon=E7alves?= <adalberto@bsd.com.br>
Cc:        gnome@freebsd.org
Subject:   Re: Problem with libxml2
Message-ID:  <4A805364.6060905@freebsd.org>
In-Reply-To: <85fc4e3c0908100518w7cb763abqdc1e9db27d8f3f4f@mail.gmail.com>
References:  <85fc4e3c0908100518w7cb763abqdc1e9db27d8f3f4f@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Adalberto Gonçalves wrote:
> Hello, I'm sorry contacting directly you, but I'm not sure where to go to.
> I've got a problem with LIBXML. It seens it's not parsing the regular
> I have the following type in the .XSD:
> <xs:simpleType name="TString">
>  <xs:annotation>
> <xs:documentation> Tipo string genérico</xs:documentation>
>  </xs:annotation>
>  <xs:restriction base="xs:string">
> <xs:whiteSpace value="preserve"/>
>  <xs:pattern value="[!-ÿ]{1}[ -ÿ]{0,}[!-ÿ]{1}|[!-ÿ]{1}"/>
>  </xs:restriction>
> </xs:simpleType>
> And I can't assign a string with 2 characters. It's allowed 1, 3 or
> more. But as far as I can see, the expression allows 2. The erros are:
> Error 1839: [facet 'pattern'] The value 'XX' is not accepted by the
> pattern

This does look like a bug, but I would report it to the libxml
developers: http://xmlsoft.org/bugs.html .

Joe

> Error 1824: 'XX' is not a valid value of the local atomic type.
> I'd appreciate any help on how to solve this or the right place to
> report the problem.
> 
> Thank you very much!
> _______________________________________________
> freebsd-gnome@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
> 


-- 
Joe Marcus Clarke
FreeBSD GNOME Team	::	gnome@FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A805364.6060905>