[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: RE: [xml-dev] Simple Schema
- From: KRUMPOLEC Martin <krumpolec@asset.sk>
- Date: Fri, 8 Feb 2002 12:57:30 +0100
- Return-receipt-to: KRUMPOLEC Martin <krumpolec@asset.sk>
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 <krumpo@pobox.sk>
|