[go: up one dir, main page]

Menu

Commit [r41]  Maximize  Restore  History

Made many changes:

All catalogs are validated upon init(), which means only valid catalog services can be searched. This validation is a background call to getCapabilities, and it pulls out outputSchema information via XSL.

index.htm was changed in order to accomodate several non-aesthetic changes. index.htm will be worked on/fixed next week. The banner will be updated too.

A good deal of debugging is still needed, but this commit should be largely functional.

dwowen 2009-11-25

changed /.classpath
added /WebContent/WEB-INF/lib/dom4j-1.6.1.jar
changed /WebContent/WEB-INF/web.xml
copied /WebContent/index.htm -> /WebContent/index_original.htm
renamed /WebContent/index2.htm -> /WebContent/index.htm
changed /WebContent/scripts/parse_capabilities.xsl
changed /WebContent/scripts/requests.js
added /WebContent/scripts/testmetadata.out.xml
added /WebContent/scripts/testmetadata.xml
changed /src/org/idec/catalog/CapabilitiesRequest.java
changed /src/org/idec/catalog/CatalogConnector.java
changed /src/org/idec/catalog/GetCapabilitiesXSL.java
changed /src/org/idec/catalog/OutputSchemaContainer.java
changed /src/org/idec/catalog/RecordRequest.java
added /src/org/idec/catalog/ValidationUtils.java