cmarchand / xsl-doc

A project to generate documentation from a xsl, as a javadoc documentation from a .java file
Mozilla Public License 2.0
1 stars 2 forks source link

Filtering href document scanning #2

Open cmarchand opened 7 years ago

cmarchand commented 7 years ago

Sometimes, we include/import/references files that are available at documentation generation time. They are either missing, or in archive files (zip, jar, etc...), or in another project, and documentation must not be generated in current project.

When walking thru document to read all includes, it'll be great to be able to filter ; i.e. saying 'files starting with URI ..., do not read them' Or, allowing using a catalog, to help to resolve these files.

Now, when we have a @href which references a URI that must be resolved using a catalog, it fails.