Skip to content

Commit

Permalink
resolve codelists
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaerk committed Apr 13, 2023
1 parent 2d9b68d commit a824b7e
Show file tree
Hide file tree
Showing 5 changed files with 2,535 additions and 2,187 deletions.
5 changes: 5 additions & 0 deletions doc/development_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ Change to the project directory and run

Afterwards you can access the release page and update the documentation, e.g. upload the jar, the jar javadoc and ZugferdDev. You can also enter a changelog and a better title.

## Regular updates

XRechnung from https://github.com/itplr-kosit/xrechnung-schematron,
put in schematro, have xslt generated, potentially manually include
the included file

## Release process

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ private static class ClasspathResourceURIResolver implements URIResolver {

@Override
public Source resolve(String href, String base) throws TransformerException {
return new StreamSource(CLASS_LOADER.getResourceAsStream(RESOURCE_PATH + href));
return new StreamSource(CLASS_LOADER.getResourceAsStream(RESOURCE_PATH +"stylesheets/"+ href));
}
}
}
Loading

0 comments on commit a824b7e

Please sign in to comment.