Hi, > There were some changes in XUpdate as far as namespaces go, > but it shouldn' > t have affected this. Can you send a sample document that the > query should > succeed against?
Here you go. I think there might be a problem with my code, though, because I
can't make it work with DbXML now either.
<?xml version="1.0"?>
<data>
<userID>9</userID>
<scoID>35327</scoID>
<cmi>
<core>
<student_id>
<value/>
</student_id>
<student_name>
<value>Prince, John</value>
</student_name>
<lesson_location>
<value/>
</lesson_location>
<credit>
<value>credit</value>
</credit>
<lesson_status>
<value>completed</value>
</lesson_status>
<entry>
<value>resume</value>
</entry>
<score>
<raw>
<value>4</value>
</raw>
<max>
<value/>
</max>
<min>
<value/>
</min>
</score>
<total_time>
<value>22:22:22</value>
</total_time>
<lesson_mode>
<value>normal</value>
</lesson_mode>
<exit>
<value/>
</exit>
<session_time>
<value>00:00:38.3</value>
</session_time>
</core>
</cmi>
</data>
Thanks,
John
