Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] XML Catalog - namespaces or schemaLocations ... or both

This is probably best asked in the WTP newsgroup, but I'll give you a point in the correct direction.


So, there are a few problems here. a) The namespace-version problem. Can we use the namespace-to-schema location mechanism reliably, knowing that there may (will) be multiple schema versions per namespace?

This is an issue we experienced in the XSL Tools incubator project, because XSLT 1.0 and XSLT 2.0 use the same namespace. The way we handled this was by using a custom URIResolver. Take a look at the org.eclipse.wst.xsl.core project in the incubator/sourceedting/plugins directory for an example.


Dave



Back to the top