realbasic-nug
[Top] [All Lists]

Re: Xml Schema location

To: "REALbasic NUG" <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Xml Schema location
From: "stephane richard" <srichard at adaworld dot com>
Date: Tue, 28 Feb 2006 10:38:22 -0500
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <44046883 dot 8040209 at implements dot be>
I believe there should be a XmlNode.CreateAttribute() to help you.

Stephane Richard

----- Original Message ----- From: "Yves Vindevogel" <yves dot vindevogel at implements dot be>
To: "REALbasic NUG" <realbasic-nug at lists dot realsoftware dot com>
Sent: Tuesday, February 28, 2006 10:13 AM
Subject: Xml Schema location


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>

_______________________________________________
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>