Changes

Jump to navigation Jump to search
984 bytes added ,  16:38, 6 March 2012
doc("index.html")
</pre>
 
<!--
===TagSoup Options===
 
TagSoup offers a variety of options to customize the import of HTML.
 
* '''files''': boolean
* '''html''': boolean
* '''omit-xml-declaration''': boolean
* '''method''': boolean
* '''doctype-system''': num
* '''doctype-public''': num
* '''version''': num
* '''standalone''': boolean
* '''pyx''': boolean
* '''pyxin''': boolean
* '''nons''': boolean
* '''nobogons''': boolean
* '''nodefaults''': boolean
* '''nocolons''': boolean
* '''norestart''': boolean
* '''ignorable''': boolean
* '''emptybogons''': boolean
* '''any''': boolean
* '''norootbogons''': boolean
* '''lexical''': boolean
* '''reuse''': boolean
* '''nocdata''': boolean
* '''encoding''': string
* '''output-encoding''': string
* '''help''': boolean
* '''version''': boolean
 
These options can be changed like any other option in BaseX, for example via
XQuery:
 
<pre class="brush:xquery">
declare option db:parser "html";
declare option db:htmlopt "html=false";
doc("index.html")
</pre>
-->
==JSON Parser==
administrator, Bureaucrats, editor, reviewer, Administrators
408

edits

Navigation menu