在xquery中解码base64字符串

时间:2014-09-02 13:40:43

标签: json xml xquery jsoniq

我们正在尝试解码xquery中的编码字符串。 我不知道如何解码字符串。

以下是xquery。这基本上将xml转换为json,我们还应该进行解码。

    declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization";
declare option jsoniq-version "0.4.42"; 
declare option output:method "json"; 
        {  
                "Data":{                     
                          "Text" : string(/Request/EncodedText),
                      }                  
           } 

如何在此xquery中进行解码。

0 个答案:

没有答案