Revision 49576
Added by Claudio Atzori almost 7 years ago
dmf2updateActions.xslt | ||
---|---|---|
11 | 11 |
|
12 | 12 |
<xsl:output omit-xml-declaration="yes" indent="yes"/> |
13 | 13 |
|
14 |
<xsl:param name="invisible" select="false()"/> |
|
14 | 15 |
<xsl:param name="trust" select="string('0.9')"/> |
15 | 16 |
<xsl:param name="provenance" select="string('UNKNOWN')"/> |
16 | 17 |
|
... | ... | |
50 | 51 |
</xsl:variable> |
51 | 52 |
|
52 | 53 |
<xsl:variable name="result" |
53 |
select="dnet:oafResult($resultId, $provenance, $trust, $about, $hostedbyid, $hostedbyname, |
|
54 |
select="dnet:oafResult($resultId, $invisible, $provenance, $trust, $about, $hostedbyid, $hostedbyname,
|
|
54 | 55 |
$collectedfromid, $collectedfromname, $originalid, $dateofcollection, $dateoftransformation, $metadata)"/> |
55 | 56 |
|
56 | 57 |
<ROWS> |
Also available in: Unified diff
passing 'invisible' param to the protobuf builder methods