-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ESRI DCAT xsl, point DCAT2 plugin to custom branch
The DCAT2 plugin now points to a forked branch containing an ESRI DCAT conversion xsl
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
Submodule dcat2
updated
2 files
+1 −1 | pom.xml | |
+141 −0 | src/main/plugin/dcat2/convert/fromJsonLdEsri.xsl |
5 changes: 5 additions & 0 deletions
5
web/src/main/webapp/xsl/conversion/import/ESRIDCAT-to-DCAT2.xsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsl:stylesheet version="2.0" | ||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | ||
<xsl:include href="../../../WEB-INF/data/config/schema_plugins/dcat2/convert/fromJsonLdEsri.xsl"/> | ||
</xsl:stylesheet> |