Hi All, I
am getting the following errors while validating the xml against the XSD “Unable
to lookup type ID:http://www.w3.org/2001/XMLSchema” and
XSD is as follows <?xml
version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="urn:ietf:params:xml:ns:pidf" xmlns:tns="urn:ietf:params:xml:ns:pidf" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> <!--
This import brings in the XML language attribute xml:lang--> <xs:import
namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> ---------------------------- -------------------------------- Thanks & Regards, Sai Reddy
|