realbasic-nug
[Top] [All Lists]

Xml Schema location

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Xml Schema location
From: Yves Vindevogel <yves dot vindevogel at implements dot be>
Date: Tue, 28 Feb 2006 16:13:07 +0100
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Hi,

I need an XML node specification like this

<g22:cdereg xmlns:g22="http://www.svmb.be/schemas/zsctx/cdereg"; xsi:schemaLocation="http://www.svmb.be/schemas/zsctx/cdereg http://www.svmb.be/schemas/zsctx/cdereg.xsd"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="1.0">

When I use XmlNode.CreateElement (uri, tag) only the namespace is created.
<g22:cdereg xmlns:g22="http://www.svmb.be/schemas/zsctx/cdereg";>

Is there a possibility to add the schema location ?

Regards,
Yves

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
<Prev in Thread] Current Thread [Next in Thread>