Re: Help needed with specifying relative path for an xsd in an xml document

The XML catalog mechanism is meant to solve this problem (see
http://www.oasis-open.org/committees/entity/spec.html). There is a Java implementation
available at http://wwws.sun.com/software/xml/developers/resolver/ that can be
used to enable Xerces to use XML catalogs.

You can also use the validator written by me that also support XML catalogs
(see http://www.jbind.org).

--Stefan

> 
> Hi,
> 
> When using xsd's for validating xml data, how do we specify the relative
> path for the xsd in the xml? The xml's are created dynamically and saved
in
> a different folder from where the xsd's are saved (on the server, in this
> web application). 
> 
> We are stuck with this; any help will be much appreciated. 
> 
> Thanks,
> 
> -- Jayakrishnan S. Nair
> 
> email: jk_ustri@yahoo.com
> 
>  
> 
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Received on Wednesday, 22 January 2003 04:09:21 UTC