zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #09586
[Merge] lp:~nbrinza/zorba/parse-fragment into lp:zorba
Nicolae Brinza has proposed merging lp:~nbrinza/zorba/parse-fragment into lp:zorba.
Requested reviews:
Nicolae Brinza (nbrinza)
Matthias Brantner (matthias-brantner)
For more details, see:
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/105488
Documentation fixes.
--
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/105488
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'doc/zorba/partial_support.dox'
--- doc/zorba/partial_support.dox 2012-05-03 12:31:51 +0000
+++ doc/zorba/partial_support.dox 2012-05-11 14:05:30 +0000
@@ -25,7 +25,7 @@
<li>(DONE) Extended <a href="http://www.w3.org/TR/xquery-30/#doc-xquery30-VarDecl" target="_blank">variable declarations</a> to allow default values for external variables.</li>
<li>(DONE) Added <a href="http://www.w3.org/TR/xquery-30/#id-context-item-declarations" target="_blank"><b>4.17 Context Item Declaration</b></a>.</li>
<li>(DONE) Modified <a href="http://www.w3.org/TR/xquery-30/#id-version-declaration" target="_blank"><b>4.1 Version Declaration</b></a> to add support for XQuery 3.0.</li>
- <li>(PARTIALLY DONE) Added <a href="http://www.w3.org/TR/xquery-30/#id-decimal-format-decl" target="_blank"><b>4.10 Decimal-Format Declaration</b></a> to allow a query to specify formats for <code style="font-family: monospace;">fn:format-number()</code>. Added corresponding properties to the static context.</li>
+ <li>(DONE) Added <a href="http://www.w3.org/TR/xquery-30/#id-decimal-format-decl" target="_blank"><b>4.10 Decimal-Format Declaration</b></a> to allow a query to specify formats for <code style="font-family: monospace;">fn:format-number()</code>. Added corresponding properties to the static context.</li>
<li>(DONE) Modified <code style="font-family: monospace;">derives-from()</code> in <a href="http://www.w3.org/TR/xquery-30/#id-sequencetype-matching" target="_blank"><b>2.5.5 SequenceType Matching</b></a> to support union types.
<li>(PARTIALLY DONE see \ref options_and_annotations) Added <a title="annotation assertion" href="http://www.w3.org/TR/xquery-30/#dt-annotation-assertion" target="_blank">annotation assertions</a> to <a href="http://www.w3.org/TR/xquery-30/#doc-xquery30-FunctionTest" target="_blank">function tests</a>.</li>
<li>(DONE) Added support for literal URLs in names, using <a href="http://www.w3.org/TR/xquery-30/#doc-xquery30-EQName" target="_blank">EQNames</a>.</li>
=== modified file 'modules/com/zorba-xquery/www/modules/xml.xq'
--- modules/com/zorba-xquery/www/modules/xml.xq 2012-05-03 12:31:51 +0000
+++ modules/com/zorba-xquery/www/modules/xml.xq 2012-05-11 14:05:30 +0000
@@ -321,6 +321,8 @@
: @error err:XQDY0027 The error will be raised if schema validation was enabled
: and the input document has not passed it.
:
+ : @deprecated
+ :
:)
declare function parse-xml:parse-xml-fragment(
$xml-string as xs:string?,
@@ -378,6 +380,8 @@
: @error err:FODC0007 This error will be raised if $base-uri parameter passed
: to the function is not a valid absolute URI.
:
+ : @deprecated
+ :
:)
declare function parse-xml:parse-xml-fragment(
$xml-string as xs:string?,
Follow ups