View RSS Feed

Development Team Blog

  1. Practical XML namespaces

    by , 22-Dec-2009 at 08:00 AM (Development Team Blog)
    Now that you've read the new namespace primer in the Visual DataFlex documentation, and perhaps also read [URL="http://support.dataaccess.com/forums/blog.php?b=67"]John's article about namespaces[/URL] (you have read them, right?), you're probably thinking, good, but how do I really use namespaces when creating my XML document?

    First, you should use [I]AddElementNS[/I] and so on, all those methods ending with [I]NS[/I]. As John mentioned, you'll notice that you specify the ...