=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ############################################## w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html-533- for $b in doc("http://bstore1.example.com/bib.xml")/bib/book w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html:534: where $b/publisher = "Addison-Wesley" and $b/@year > 1991 w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html-535- return ############################################## w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html-701- for $b in doc("http://bstore1.example.com/bib.xml")/child::bib/child::book w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html:702: where (($b/child::publisher = "Addison-Wesley") and ($b/attribute::year > 1991)) w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html-703- return <book year="{$b/attribute::year}">{$b/child::title}</book> ############################################## w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html-1201- for $b in doc("http://bstore1.example.com/bib.xml")/child::bib/child::book w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html:1202: where (some $ba in $b/child::author satisfies (($ba/child::last = $last) and ($ba/child::first = $first))) w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html-1203- return $b/child::title ############################################## w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html-1222- for $b in doc("http://bstore1.example.com/bib.xml")//book w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html:1223: where $b/publisher = "Addison-Wesley" and $b/@year > 1991 w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html-1224- order by $b/title ############################################## w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html-1404- for $b in doc("http://bstore1.example.com/bib.xml")/descendant-or-self::node()/child::book w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html:1405: where (($b/child::publisher = "Addison-Wesley") and ($b/attribute::year > 1991)) w3-recs-20110107/www.w3.org/TR/2010/REC-xqueryx-20101214/index.html-1406- order by $b/child::title ############################################## w3-recs-20110107/www.w3.org/TR/2010/REC-xquery-20101214/index.html-10371- $s in fn:doc("suppliers.xml")/suppliers/supplier w3-recs-20110107/www.w3.org/TR/2010/REC-xquery-20101214/index.html:10372: where $p/suppno = $s/suppno w3-recs-20110107/www.w3.org/TR/2010/REC-xquery-20101214/index.html-10373- return ############################################## w3-recs-20110107/www.w3.org/TR/2008/CR-xquery-update-10-use-cases-20080314/index.html-1318- $v2 in doc("copy2.xml")/agenda-version/entry w3-recs-20110107/www.w3.org/TR/2008/CR-xquery-update-10-use-cases-20080314/index.html:1319:where $a/name = $v1/name w3-recs-20110107/www.w3.org/TR/2008/CR-xquery-update-10-use-cases-20080314/index.html-1320- and $v1/name = $v2/name ############################################## w3-recs-20110107/www.w3.org/TR/2007/REC-xquery-20070123/index.html-10107- $s in fn:doc("suppliers.xml")/suppliers/supplier w3-recs-20110107/www.w3.org/TR/2007/REC-xquery-20070123/index.html:10108: where $p/suppno = $s/suppno w3-recs-20110107/www.w3.org/TR/2007/REC-xquery-20070123/index.html-10109- return ############################################## w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html-508- for $b in doc("http://bstore1.example.com/bib.xml")/bib/book w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html:509: where $b/publisher = "Addison-Wesley" and $b/@year > 1991 w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html-510- return ############################################## w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html-676- for $b in doc("http://bstore1.example.com/bib.xml")/child::bib/child::book w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html:677: where (($b/child::publisher = "Addison-Wesley") and ($b/attribute::year > 1991)) w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html-678- return <book year="{$b/attribute::year}">{$b/child::title}</book> ############################################## w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html-1176- for $b in doc("http://bstore1.example.com/bib.xml")/child::bib/child::book w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html:1177: where (some $ba in $b/child::author satisfies (($ba/child::last = $last) and ($ba/child::first = $first))) w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html-1178- return $b/child::title ############################################## w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html-1197- for $b in doc("http://bstore1.example.com/bib.xml")//book w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html:1198: where $b/publisher = "Addison-Wesley" and $b/@year > 1991 w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html-1199- order by $b/title ############################################## w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html-1379- for $b in doc("http://bstore1.example.com/bib.xml")/descendant-or-self::node()/child::book w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html:1380: where (($b/child::publisher = "Addison-Wesley") and ($b/attribute::year > 1991)) w3-recs-20110107/www.w3.org/TR/2007/REC-xqueryx-20070123/index.html-1381- order by $b/child::title