- From: Ruadhan O'Donoghue <rodonoghue@mtld.mobi>
- Date: Tue, 15 May 2007 09:16:34 +0100
- To: "Sean Owen" <srowen@google.com>, <public-mobileok-checker@w3.org>
I had a similar problem. It seems that when the namespaces are included
in the moki document:
<moki xmlns="http://moki.mobi/2007/v0.1"
xmlns:http="http://www.w3.org/2006/http#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
, xpath queries from the root node don't work, but things like
//html/head/title would still work.
When I removed the namespaces the queries seemed to work for me, so I've
been tailoring my xpath off-line in the hope that someone else knows how
to get around this...
Ruadhan
> -----Original Message-----
> From: public-mobileok-checker-request@w3.org [mailto:public-mobileok-
> checker-request@w3.org] On Behalf Of Sean Owen
> Sent: 15 May 2007 07:10
> To: public-mobileok-checker@w3.org
> Subject: More checked into CVS
>
>
> I did some more work on CachingTest, and added a first implementation
> of AutoRefreshRedirectionTest. They both still need significantly more
> unit tests. I added some more changes to common code to support stuff
> we'll all need.
>
> There is still some problem with how I'm writing XSL. Selecting for
> the existing of nodes just isn't working no matter what I try. Maybe
> someone with more XSL knowledge can look at CachingTest.xsl?
>
> http://dev.w3.org/cvsweb/2007/mobileok-
> ref/src/org/w3c/mwi/mobileok/basic/CachingTest.xsl?rev=1.3&content-
> type=text/x-cvsweb-markup
>
> Sean
Received on Tuesday, 15 May 2007 08:17:14 UTC