[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xml-dev] schema trouble
- From: Ian Rogers <ian.rogers@net800.co.uk>
- To: 'Xml-Dev <xml-dev@lists.xml.org>
- Date: Tue, 09 Oct 2001 10:33:33 +0100
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