[Zorba-coders] [Bug 1008504] Re: parse-xml-fragment triggers schema error

2012-06-27 Thread Nicolae Brinza
** Changed in: zorba Status: New => Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1008504 Title: parse-xml-fragment triggers schema error Status in Zorba - The XQuery Proc

[Zorba-coders] [Bug 1008504] Re: parse-xml-fragment triggers schema error

2012-06-26 Thread Nicolae Brinza
** Branch linked: lp:~zorba-coders/zorba/xquery3.0_funcs -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1008504 Title: parse-xml-fragment triggers schema error Status in Zorba - The XQuery Proc

[Zorba-coders] [Bug 1008504] Re: parse-xml-fragment triggers schema error

2012-06-05 Thread Nicolae Brinza
The strip-boundary-space option was hidden in the latest parse-fragment code as it did not work reliably in LibXml2 (the option was passed to the library). The current parse() function does not have this option. It is pending a reimplementation in our code. I guess a solution would be to update th

[Zorba-coders] [Bug 1008504] Re: parse-xml-fragment triggers schema error

2012-06-04 Thread Chris Hillery
Pretty straightforward bug here: the deprecated backwards-compatible version of parse-xml-fragment() converts the arguments string ("EDSlwf" in the above example) into an element. The "w" flag introduces a element into that . But there's no strip-boundary-space element defined by the schema. Ther

[Zorba-coders] [Bug 1008504] Re: parse-xml-fragment triggers schema error

2012-06-04 Thread David Graf
** Changed in: zorba Assignee: David Graf (davidagraf) => Nicolae Brinza (nbrinza) ** Changed in: zorba Importance: Undecided => Medium -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/10085

[Zorba-coders] [Bug 1008504] Re: parse-xml-fragment triggers schema error

2012-06-04 Thread David Graf
** Changed in: zorba Assignee: (unassigned) => David Graf (davidagraf) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1008504 Title: parse-xml-fragment triggers schema error Status in Zorb