zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #09676
[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/105841
Documentation improvements.
--
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/105841
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'modules/com/zorba-xquery/www/modules/xml.xq'
--- modules/com/zorba-xquery/www/modules/xml.xq 2012-05-11 14:02:25 +0000
+++ modules/com/zorba-xquery/www/modules/xml.xq 2012-05-15 15:17:27 +0000
@@ -85,7 +85,8 @@
: entities</a>). The functions takes two arguments: the first one is the
: string to be parsed and the second argument is an <options/> element that
: passes a list of options to the parsing function. They are described below.
- : The options element must conform to the xml-options.xsd schema. Some of these
+ : The options element must conform to the xml-options:options element type
+ : from the xml-options.xsd schema. Some of these
: will be passed to the underlying library (LibXml2) and further documentation
: for them can be found at <a href="http://xmlsoft.org/html/libxml-parser.html";>
: LibXml2 parser</a>.
Follow ups