zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #01007
[Bug 872697] Re: Segmentation fault with in validation of NMTOKENS
** Changed in: zorba
Status: New => Fix Released
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/872697
Title:
Segmentation fault with in validation of NMTOKENS
Status in Zorba - The XQuery Processor:
Fix Released
Bug description:
The following query causes a segfault:
import module namespace x = "http://www.zorba-xquery.com/modules/xml";
x:parse-xml-fragment("<?xml version='1.0'?>
<!DOCTYPE note [
<!ELEMENT note (#PCDATA)>
<!ATTLIST note nmt NMTOKENS #REQUIRED>
]>
<note nmt='aaa'/>
",
"d")
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/872697/+subscriptions
References