Subject:How to validate via catalog lookup Author:Tony Lavinio Date:27 Feb 2008 07:40 AM
Catalogs do logical to physical mapping.
They do not add validation to existing documents.
In other words, they let you redirect requests for
existing resources.
Your XML does not ask for a schema or DTD, therefore
the catalog won't help.
What you probably want to do is to create a folder
in the project, and assign that folder a schema.
Then everything in that folder will be validated
against a given schema.
Subject:How to validate via catalog lookup Author:Steve Cuzner Date:27 Feb 2008 03:15 PM
Tony,
Thanks, this helped. I'm using another product for primary authoring of content and they have a system where if there isn't a SchemaLocation or noNamespaceSchemaLocation specified, they look for a mapping between the namespace of the document and a schema by a catalog lookup. I was assuming that ss would support in the same way.