From e6355812287d6d6ff4c835056c21900fd1f13297 Mon Sep 17 00:00:00 2001 From: Oleg Belyaev Date: Sun, 30 Mar 2025 00:21:27 +0300 Subject: [PATCH] fixed online html generation --- xq/site/restx_main.xq | 2 +- xsl/abaev2html.xsl | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/xq/site/restx_main.xq b/xq/site/restx_main.xq index 8298da1..8053f68 100644 --- a/xq/site/restx_main.xq +++ b/xq/site/restx_main.xq @@ -244,7 +244,7 @@ declare %rest:path("search") %output:html-version('5') function site:search($pattern as xs:string?, $text as xs:string?) { - site:index('en') + site:search('en',$pattern,$text) }; 0 \ No newline at end of file diff --git a/xsl/abaev2html.xsl b/xsl/abaev2html.xsl index e4011b9..dcdaa2e 100644 --- a/xsl/abaev2html.xsl +++ b/xsl/abaev2html.xsl @@ -52,6 +52,7 @@ + - + +