Problem solved. Re: XSL and XSD

Hi everyone,

I tried doing what was suggested but the XML was not being validated by the XSD file. The XML file was being styled by the XSL file, but not completely valid.

So this is what I did.
Inside the Schema file:
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">

Inside the XMLfile:

<FamilyTree xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file.xsd">

so there you have it.......use it...don't use it??

From Simon.
2003/05/15

Received on Monday, 19 May 2003 13:23:53 UTC