trchandra
29th April 2002, 07:27
Hi
I am trying to create a XML document using the functions available in baan Tools. But When I try to compile, I am getting errors like "unresolved reference to function : xml.newNode()" and the same with other functions. My guess is may be I am not using right #include to these functions.

I am on Baan Vc with SP7. Does anyone used these functions to generate XML document?

thanks & regards

Youp2001
1st May 2002, 12:57
On our system we have the same problem. I assume that a newer version of the tools objects is needed for this functionality.

On our system we have BOW 2.2 running and this contains functionality to generate a BOI (including the QCD / DCD which are XML files also). The DLL for generating these files (ccboigenxml) uses other functions i.e.:

xmlDelete()
xmlNewNode()
xmlSetAttribute()
xmlAppendToChilds()
xmlFindFirstMatch()

Unfortunately I haven't found any documents describing these functions and I also can't find the component that implements these functions.

Youp

trchandra
1st May 2002, 18:48
Hi Youp,

You are right about the functions!
Baan has changed all the function names!!
In baan tools, it says xml.NewNode() but the real function is xmlNewNode().
Finally I got them working!

regards