** 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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to