Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl
Commits
dbd750ea
Commit
dbd750ea
authored
21 years ago
by
Graham McVicker
Browse files
Options
Downloads
Patches
Plain Diff
glenn's schema description changes from branch-new-seqstore
parent
b7c2f4cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/schema_description/README
+23
-0
23 additions, 0 deletions
docs/schema_description/README
docs/schema_description/process.sh
+0
-4
0 additions, 4 deletions
docs/schema_description/process.sh
with
23 additions
and
4 deletions
docs/schema_description/README
0 → 100644
+
23
−
0
View file @
dbd750ea
Generating the Schema Descriptions
The tables.txt and tables.html files are generated automatically from
the tables.xml. This requires an XML processor called Saxon which can
be downloaded from http://saxon.sourceforge.net/
When Saxon has been downloaded and installed, edit process-saxon.sh
and make sure that the -jar argument in each of the two Java calls
points to the location of your saxon7.jar file.
Then run the process-saxon.sh shell script and the .txt and .html
files will be created.
Editing the Schema Description
If you need to edit the schema description, edit tables.xml (according
to the rules in schema_description.dtd) and re-run the processing
stage as above to regenerate the .html and .txt files.
The XML stylesheets for creating the HTML and text (Wiki format) from
the XML are in xml2html.xsl and xml2wiki.xsl - you shouldn't need to
edit these unless you are adding a new feature to the processing step.
This diff is collapsed.
Click to expand it.
docs/schema_description/process.sh
deleted
100755 → 0
+
0
−
4
View file @
b7c2f4cd
#!/bin/sh
java org.apache.xalan.xslt.Process
-in
tables.xml
-xsl
schema-description.xsl
-out
tables.html
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment