You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Bagepalli, Kiran" <kb...@informatica.com> on 2003/03/12 03:36:33 UTC

DTD/Schema file lookup

How does the parser do the lookup by default for schemaLocation/DTD within
the context of a XML.

For eg.  C:\Dir1\Data.XML
		Uses two schema X.xsd
				  c:\Dir2\Y.xsd
		
		I guess X.xsd is located in C:\Dir1

		Y.xsd in turn includes Z.xsd (no qualifying path).

	     Is Z.xsd searched in c:\Dir2 or C:\Dir1.

What is the general principal in locating files that have no full path.

Thanks
Kiran
	      


 


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org