[ http://issues.apache.org/jira/browse/WODEN-14?page=comments#action_12412351 ]
Lawrence Mandel commented on WODEN-14: -------------------------------------- I think the correct support will be to create an extensible URI resolver in Woden. (Xerces has this type of support and it's been very useful.) This will allow any system using Woden to customize resolution without limiting them to a catalog. The Woden Ant task can make use of the URI resolver to contribute the content of an xmlcatalog element. > Use XML Catalog To Improve Performance and Enable Offline Work > -------------------------------------------------------------- > > Key: WODEN-14 > URL: http://issues.apache.org/jira/browse/WODEN-14 > Project: Woden > Type: New Feature > Reporter: Arthur Ryman > > Woden currently retrieves XML schemas from the Internet each time it performs > a validator. This causes a multisecond performance degradation and prevents > validation from working when there is no Internet access. > Woden should use an XML catalog to resolve references to Internet resources. > There should be an API for controlling the XML catalog so that Woden can be > imbedded in other systems, such as Eclipse and Ant, that provide XML catalogs. > The XML catalog should be consulted when resolving all resource requests, > e.g. for XML schema or WSDL. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
