Hey,
can someone please tell me how to make the content of a xquery visible?
It´s always returned as an xml file and when I put in the "declare option exist:serialize "method=xhtml" it´s empty....
xquery version "1.0";
(:declare option exist:serialize "method=xhtml media-type=text/html omit-xml-declaration=no indent=yes
doctype-public=-//W3C//DTD XHTML 1.0 Transitional//EN
doctype-system
=http:
//www.w3.org/TR
/xhtml1
/DTD
/xhtml1-transitional.dtd
";:)
let $sD := request:get-data()
let $lemma := $sD/search[name='something1']/textValue/text()
let $coll1 := xmldb:xcollection('/db/dictionary/data')//entry[lemma &= $lemma]
return
<html>
{$coll1}
</html>
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
OW2 mailing lists service home page:
http://www.ow2.org/wws