Please post your questions to the list, so others can follow the thread.

Toan Nguyen wrote:
> Thanks you,
>
> I use:
> config.loadModel("featureCollectionOne", "myURI");
> and it work.
>
> I want to ask more. If I have a XML DOC, how can I load it?

The above already loads your XML doc.

> Example, I recieve the response:
>
> res = xmlhttprequest.responseXML.documentElement;

You do not need to do that. Once you did the above, you can say

res = config.objects.featureCollectionOne.doc;


Regards,
Andreas.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mapbuilder-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-users

Reply via email to