Anyone check out XQueries yet? Opinions?
http://tiberi.us/view_article.aspx?article_id=26
Seems like it will be pretty cool when its all finalized. Its kind of like a SQL for XML documents.
Printable View
Anyone check out XQueries yet? Opinions?
http://tiberi.us/view_article.aspx?article_id=26
Seems like it will be pretty cool when its all finalized. Its kind of like a SQL for XML documents.
Yup good stuff it is....Quote:
Originally posted by Edneeis
Anyone check out XQueries yet? Opinions?
http://tiberi.us/view_article.aspx?article_id=26
Seems like it will be pretty cool when its all finalized. Its kind of like a SQL for XML documents.
That sounds rather Yoda-ish.Quote:
Originally posted by techgnome
Yup good stuff it is....
I've been playing with the .NET implementation of XQueries and its cool and all but I can't find how to do inserts and updates.
Hi can you explain me how to pull some data from XMl using XQuery. I'm making XML asp.net application and it's going great, but I'm loading entire XML document in dataset and then I filter it using dataview rowfilter property. I know this is not a good solution for large data. How can I do iz using XQuery?
hey I learned how to use xquery for selectin nodes from xml but how do I insert or modify nodes using xquery???