Skip to content

Commit

Permalink
$show-subject true for external URIs only
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Oct 25, 2023
1 parent 8fcf1f8 commit 00f0751
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ extension-element-prefixes="ixsl"
<xsl:param name="template" select="$constructor/rdf:RDF/*[@rdf:nodeID][every $type in rdf:type/@rdf:resource satisfies current()/rdf:type/@rdf:resource = $type][* except rdf:type]" as="element()*"/>
<xsl:param name="template-properties" select="true()" as="xs:boolean" tunnel="yes"/>
<xsl:param name="traversed-ids" select="@rdf:*" as="xs:string*" tunnel="yes"/>
<xsl:param name="show-subject" select="true()" as="xs:boolean" tunnel="yes"/>
<xsl:param name="show-subject" select="not(starts-with(@rdf:about, base-uri()) or @rdf:nodeID) " as="xs:boolean" tunnel="yes"/>
<xsl:param name="required" select="false()" as="xs:boolean"/>

<fieldset>
Expand Down

0 comments on commit 00f0751

Please sign in to comment.