Re: XML XPath Query compact framework
From: Philip Gray (philiphgray_at_hotmail.com)
Date: 02/09/04
- Next message: Lawrence Anstey: "RE: TypeLoadException - VS.NET Problem??"
- Previous message: Milosz - [playseven.com]: "free Progressbar and Colorpicker"
- In reply to: Chris J.T. Auld [MVP]: "Re: XML XPath Query compact framework"
- Next in thread: Chris J.T. Auld [MVP]: "Re: XML XPath Query compact framework"
- Reply: Chris J.T. Auld [MVP]: "Re: XML XPath Query compact framework"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 9 Feb 2004 09:29:16 -0000
Thanks Chris - I had a feeling that might be the case... still gutted about
it!
The bottom line is that it now makes more sense for me to hard-code the
queries into the module - exactly the kind of thing I was trying to get away
from!
"Chris J.T. Auld [MVP]" <chris@spam.me.not.nova.co.nz> wrote in message
news:u0lFasn7DHA.804@tk2msftngp13.phx.gbl...
> > I've attached the xml file to give some context. I need a way of
xpathing
> > the relevant sql element out of the XML and returning it as a string.
How
> > are XPath node selections done in the CF? Is it supported in the
> xmlreader
> > or xmldocument classes? Help!
>
> There is no XPath support on the CF.
>
> > Also, if anyone knows a way in which I could use some xsl to transform
the
> > parameter values into the SQL I'd really appreciate hearing it!
>
> I personally use standard text files to hold my SQL DDL for CF use. I then
> parse it out and use String.Format() to insert parameters.
>
> Cheers
> Chris
>
> --
> ****Please Reply To The Newsgroup So All Can Benefit From Discussion****
> -------------------------------------------
> Kognition Consulting Limited - Thought Meets Technology
> Chris J.T. Auld - Managing Director
> Microsoft MVP (Windows Mobile Devices)
> Phone: +64 3 453 0064
> Mobile: +64 21 500 239
> Email: chris@kognition.co.nz
>
>
>
>
- Next message: Lawrence Anstey: "RE: TypeLoadException - VS.NET Problem??"
- Previous message: Milosz - [playseven.com]: "free Progressbar and Colorpicker"
- In reply to: Chris J.T. Auld [MVP]: "Re: XML XPath Query compact framework"
- Next in thread: Chris J.T. Auld [MVP]: "Re: XML XPath Query compact framework"
- Reply: Chris J.T. Auld [MVP]: "Re: XML XPath Query compact framework"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|