Re: XML XPath Query compact framework
From: Chris J.T. Auld [MVP] (chris_at_spam.me.not.nova.co.nz)
Date: 02/10/04
- Next message: Ed Kaim [MSFT]: "Re: Save BMP"
- Previous message: William Ryan eMVP: "Re: ODBC for CF ?"
- In reply to: Philip Gray: "Re: XML XPath Query compact framework"
- Next in thread: Philip Gray: "Re: XML XPath Query compact framework"
- Reply: Philip Gray: "Re: XML XPath Query compact framework"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 10 Feb 2004 20:20:53 +1300
Not necessarily.
It is pretty quick to flick through an XmlNodeList and pick out the correct
one.
-- ****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 "Philip Gray" <philiphgray@hotmail.com> wrote in message news:uH6108u7DHA.712@tk2msftngp13.phx.gbl... > 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: Ed Kaim [MSFT]: "Re: Save BMP"
- Previous message: William Ryan eMVP: "Re: ODBC for CF ?"
- In reply to: Philip Gray: "Re: XML XPath Query compact framework"
- Next in thread: Philip Gray: "Re: XML XPath Query compact framework"
- Reply: Philip Gray: "Re: XML XPath Query compact framework"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|