RE: [xml-dev] Simple Schema

From
KRUMPOLEC Martin <>
To
Date
2002-02-08T11:57:30Z
ID
<5C9461BDD6ABD511815500D0B7B7A0E2247F6D@nt_2.asset-internal>
Thread
RE: [xml-dev] Simple Schema
Hi,

> The  following is the corresponding XML
> <?xml version="1.0"?>
> <note xsi:noNamespaceSchemaLocation="xmlsch.xsd">
> <to>Tove</to>
> <from>Jani</from>
> <heading>Reminder</heading>
> </note>

  You should have a xsi namespace definition on <note>
  (xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance")

  And of course you need XML schema validating parser
  with all neccessary features enabled ...

Martin

-- 
Martin Krumpolec <>