Changes

Jump to navigation Jump to search
84 bytes added ,  12:42, 29 July 2018
=Conventions=
 
{{Mark|Updated with Version 9.0:}}
All functions and errors in this module are assigned to the <code><nowiki>http://basex.org/modules/fetch</nowiki></code> namespace, which is statically bound to the {{Code|fetch}} prefix.<br/>
<pre class="brush:xquery">
fetch:xml(file:base-dir() || "example.xml")
</pre>
* Return a web page as XML, preserve namespaces:
<pre class="brush:xquery">
fetch:xml(
'http://basex.org/',
map {
'parser': 'html',
'htmlparser': map { 'nons': false() }
}
)
</pre>
|}
==fetch:xml-binary==
 
{{Mark|Introduced with Version 9.0:}}
{| width='100%'
=Errors=
 
{{Mark|Updated with Version 9.0:}}
{| class="wikitable" width="100%"
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu