锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲一区精品视频,国产精品第二页,欧美久久久久免费http://www.aygfsteel.com/dawson/category/31473.htmlzh-cnWed, 14 May 2008 12:07:09 GMTWed, 14 May 2008 12:07:09 GMT60XQuery 灝忕粨http://www.aygfsteel.com/dawson/articles/200260.htmldawsondawsonTue, 13 May 2008 10:11:00 GMThttp://www.aygfsteel.com/dawson/articles/200260.htmlhttp://www.aygfsteel.com/dawson/comments/200260.htmlhttp://www.aygfsteel.com/dawson/articles/200260.html#Feedback0http://www.aygfsteel.com/dawson/comments/commentRss/200260.htmlhttp://www.aygfsteel.com/dawson/services/trackbacks/200260.html1.鑷畾涔夌殑涓涓畝鍗曠殑XQuery 鍑芥暟

define function conFun($n as xs:string) as xs:string{
let $res:=concat($n,"one dream !")
return $res
 }

let $chart:=" one world "
return conFun($chart)


2.浠嶮arkLogic 鐨勬煡璇㈢獥鍙d腑瀵煎叆涓涓?nbsp;XML 鏂囦歡
xdmp:document-load("d:\books.xml",
    <options xmlns="xdmp:document-load">
      <uri>books.xml</uri>
      <repair>none</repair>
      <permissions>{xdmp:default-permissions()}</permissions>
    </options>)


3.瀵熺湅MarkLogic宸叉湁鐨刋ML 鏂囦歡
for $i in input()
return base-uri($i)

4.鍙互榪愯鐨勪竴涓嚱鏁?br />

define function testFun($name as  xs:string) as xs:string*{
  for $b in doc($name)/bib/book
  where $b/publisher = "Addison-Wesley" and $b/@year > 1991
  return data ($b/title)
}

let $n :="http://www.bn.com/bib.xml"
return testFun($n)

涓.娉ㄦ剰鏈塧s 濡傛灉鏈夊琛屽兼湁sring*.

define function testFun($name as xs:string) as node()*{
  for $b in doc($name)/bib/book
  where $b/publisher = "Addison-Wesley" and $b/@year > 1991
  return
    <book year="{ $b/@year }">
     { $b/title }
    </book>
}

let $n :="http://www.bn.com/bib.xml"
return testFun($n)

涓嶅甫鍙傛暟鐨勬儏褰?br /> define function testFunBook() as xs:string*{
  for $b in doc("http://www.bn.com/bib.xml")/bib/book
  where $b/publisher = "Addison-Wesley" and $b/@year > 1991
  return  $b/title
}

let $a:= testFunBook()
return $a

5.榛樿鍛藉悕絀洪棿鐨勯棶棰?br />
6.鍒犻櫎鏂囨。
xdmp:document-delete("books.xml")


 



dawson 2008-05-13 18:11 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 隆昌县| 武功县| 西峡县| 汉阴县| 新田县| 集贤县| 思茅市| 本溪市| 永安市| 茶陵县| 南郑县| 佛教| 中阳县| 闽侯县| 霍州市| 县级市| 宾阳县| 小金县| 泸定县| 永春县| 西丰县| 藁城市| 鹤庆县| 夏津县| 托克托县| 哈巴河县| 双江| 乐陵市| 巴马| 武宣县| 大连市| 远安县| 嘉义市| 庐江县| 什邡市| 阿克苏市| 镇平县| 临高县| 仁布县| 临夏县| 瓦房店市|