Changes

Jump to navigation Jump to search
295 bytes added ,  05:30, 26 February 2012
HTML
for $file in file:list("2Bimported")
return db:add('DB', $file)
</pre>
 
==HTML Parsers==
 
HTML can be parsed if one installs [http://home.ccil.org/~cowan/XML/tagsoup/ tagsoup]. E.g.,
# apt-get install libtagsoup-java #Debian example.
 
===GUI===
 
===Command Line===
 
===XQuery===
 
<pre class="brush:xquery">
declare option db:parser "html";
doc("index.html")
</pre>
editor, reviewer
9

edits

Navigation menu