Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dda-wizard
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
44
Issues
44
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
DDA
dda-wizard
Commits
52f9c3d5
Commit
52f9c3d5
authored
Mar 27, 2020
by
Steinberg, Jan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fqs - set urn registration flag to false in nlm xsl
parent
58bd1ded
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
fqs-nlm-2-xmlbundle.xslt
src/test/resources/xslt/fqs-nlm-2-xmlbundle.xslt
+7
-1
No files found.
src/test/resources/xslt/fqs-nlm-2-xmlbundle.xslt
View file @
52f9c3d5
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
version=
"
3
.0"
<xsl:stylesheet
version=
"
2
.0"
xmlns:cc=
"http://www.d-nb.de/standards/cc/"
xmlns:dc=
"http://purl.org/dc/elements/1.1/"
xmlns:dcmitype=
"http://purl.org/dc/dcmitype/"
...
...
@@ -67,6 +67,12 @@
<xsl:with-param
name=
"value"
select=
"'FQS'"
/>
</xsl:call-template>
<xsl:call-template
name=
"new-metadatum"
>
<xsl:with-param
name=
"key"
select=
"'ssoar.urn.registration'"
/>
<xsl:with-param
name=
"language"
select=
"''"
/>
<xsl:with-param
name=
"value"
select=
"'false'"
/>
</xsl:call-template>
<xsl:call-template
name=
"new-metadatum"
>
<xsl:with-param
name=
"key"
select=
"'dc.description.pubstatus'"
/>
<xsl:with-param
name=
"language"
select=
"''"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment