Revision 49576
Added by Claudio Atzori almost 7 years ago
dmf2insertActions.xslt | ||
---|---|---|
9 | 9 |
|
10 | 10 |
<xsl:output omit-xml-declaration="yes" indent="yes"/> |
11 | 11 |
|
12 |
<xsl:param name="writeCoAuthors" select="false()"/> |
|
13 |
|
|
12 |
<xsl:param name="invisible" select="false()"/> |
|
14 | 13 |
<xsl:param name="trust" select="string('0.9')"/> |
15 | 14 |
<xsl:param name="provenance" select="string('sysimport:crosswalk:repository')"/> |
16 | 15 |
|
... | ... | |
70 | 69 |
</xsl:variable> |
71 | 70 |
|
72 | 71 |
<xsl:variable name="result" |
73 |
select="dnet:oafResult($resultId, $provenance, $trust, $about, $hostedbyid, $hostedbyname, $collectedfromid, |
|
72 |
select="dnet:oafResult($resultId, $invisible, $provenance, $trust, $about, $hostedbyid, $hostedbyname, $collectedfromid,
|
|
74 | 73 |
$collectedfromname, $originalid, $dateofcollection, $dateoftransformation, $metadata)"/> |
75 | 74 |
|
76 | 75 |
<ROWS> |
Also available in: Unified diff
passing 'invisible' param to the protobuf builder methods