|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] effect of namespace on collection function; weirdElliotte Rusty Harold elharo at ibiblio.orgWed Feb 3 06:01:27 PST 2010
On Tue, Feb 2, 2010 at 7:42 AM, James Fuller
<http://x-query.com/mailman/listinfo/talk> wrote:
> yes frustrating, but dont forget you can use:
>
> declare default element namespace "http://www.w3.org/1999/xhtml";
>
> to change the default element namespace in XQuery
>
Not quite my problem, I think. I want to use an XPath expression that
queries a non-namespaced source document inside a default namespaced
output element. Do I now have to bind a prefix to no namespace? e.g.
declare namespace pre "";
<html xmlns="http://www.w3.org/1999/xhtml">
{
let $num := count(collection("/db/quotes")/pre:quote)
return $num
}
</html>
--
Elliotte Rusty Harold
http://x-query.com/mailman/listinfo/talk
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






