ncbi / DtdAnalyzer

Other
34 stars 11 forks source link

dtddocumentor: need ability to turn entities off #39

Closed Klortho closed 11 years ago

Klortho commented 11 years ago

These are not useful for most users. Probably they should be off by default.

Question: are attributes correctly excluded based on roots/reachable and on --exclude?

ahamelers commented 11 years ago

See this commit:

https://github.com/NCBITools/DtdAnalyzer/commit/b682955aa7b4af2ff6404e370cbc66e57d3f3775

Attributes should already be correctly excluded.

Klortho commented 11 years ago

So all we need is a command-line option that gets passed into the stylesheet?

ahamelers commented 11 years ago

Yes, if you don't think "-p entites=on" is enough

Klortho commented 11 years ago

I added a command-line option. It is much easier to do now, and this way it provides some documentation on how to do it, in the usage message.