Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To copy the schemas into a local directory, do the following.

No Format

cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/lcd lcdd
cp lcdd/schemas/*/*/*.xsd /mySchemaDir

Then set Set the GDML_SCHEMA_DIR environment variable to point to a this local directory where the schemas are located.

No Format
GDML_SCHEMA_DIR=/my/schema/dirmySchemaDir

Also, SLIC will also automatically search in the current directory for schemas.

The entity resolver in GDML should find the schemas if the structure has been flattened, as in the above configuration. GDML should also be able to find the schemas if the path component of the URL is preserved, i.e. /mySchemaDir/schemas/lcdd/1.0/lcdd.xsd.