Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
121 posts
|
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 :) 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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
121 posts
|
almost solved...
It hase to be declare option exist:serialize "method=html media-type=text/html indent=yes"; But still I have one problem: How can I integrate the returned page into my orbeon "my-theme" xslt template? Am 02.06.2008 um 12:16 schrieb Masen J:
... [show rest of quote] -- 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 |
Free forum by Nabble | Edit this page |