OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] schema trouble



The schemaLocation command is supposed to contain a namespace and a file
location.  So for example:

<transactions xmlns="http://www.publishing.org"
    xmlns:xsi="http://www.we.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.publishing.org trans.xsd">

if you don't want to declare a namespace you need to use the
noNamespaceSchemaLocation command.

Laura

Ian Rogers wrote:

> hi
>
> I have written a schema but i am having trouble loading the schema into the
> xml document
>
> this is the code i am using in my xml:-
> <?xml version="1.0" ?>
> <transactions xmlns="http://www.publishing.org"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="trans.xsd">
>
> but when i run the xml it just displays the xml to the screen,.
>
> I have just installed msxml4 but it still does the same thing
> is my problem something to do with the schema location?
>
> thnaks
>
> Ian
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this elist use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>