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]

[xml-dev] schema trouble



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