Posts: 1,769
Threads: 410
Joined: Feb 2003
so, I've been trying to wrap my head around QM's xml functions and have not had good luck. I think I might have more luck with XQuery. is there a way to execute XQuery statements against an xml doc in QM or am I not even asking the right question?
Posts: 12,092
Threads: 142
Joined: Dec 2002
Need to find a dll that can be used in C language. Then it also can be used in QM. I found only a commercial COM component and several libraries that can be compiled to dll. But need much time to compile and convert declarations to QM. And when I looked at the code examples, it maybe is more difficult than QM XML.
Here is the list:
http://www.w3.org/XML/Query/#implementations
Most of these cannot be used in C/C++ and QM. I would try this at first:
http://xqilla.sourceforge.net/HomePage
Maybe you'll find something simpler - a dll or COM component. But not a .NET dll.
Posts: 1,769
Threads: 410
Joined: Feb 2003
try asking that (well searching anyway) here.
http://programmers.stackexchange.com/