[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] To namespace or not to Namespace ....
- From: David Carlisle <davidc@nag.co.uk>
- To: liam@w3.org
- Date: Fri, 09 Apr 2010 09:42:46 +0100
On 09/04/2010 01:07, Liam R E Quin wrote:
> You can't write, for example, /html/head/meta[@name eq 'link'] but,
> instead, /h:html/h:head/h:meta[@name eq 'link'],
well actually you can since you've used eq you are presumably using
xpath2 so you can set the default element namespace to be xhtml
(unfortunately Xquery messed this up and combined the notion of default
namespace in the result and default namespace in the query, so if that
fragment was xquery rather than xpath then you can only do that if you
are generating xhtml as well as querying it)
David
________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]