update/insert with microsoft.xml.xquery(.net2.0beta)

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

update/insert with microsoft.xml.xquery(.net2.0beta)

can anyone provide an example of how to update/insert with
microsoft.xml.xquery?
 
Daniel,

I'm not sure, but my impression that XQuery is to implement XQuery for
XML. From what I understand, XQuery is read-only, meant for querying data,
not for actually inserting or updating (like XPath).

Hope this helps.
 
Back
Top