Skip to content

Commit

Permalink
Fix for xsltproc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kefo committed Aug 22, 2024
1 parent 9498734 commit c93c304
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions rules/09-7XX.xml
Original file line number Diff line number Diff line change
Expand Up @@ -597,12 +597,12 @@
<sf code="i" chopPunct="true">
<select xpath="ancestor::bf:Relation/bf:relationship[
(
exists(@rdf:resource) and
@rdf:resource and
not(contains($vRelStrs, @rdf:resource)) and
not(contains(@rdf:resource, 'ontologies/bibframe'))
) or
(
exists(bf:Relationship/@rdf:about) and
bf:Relationship/@rdf:about and
not(contains($vRelStrs, bf:Relationship/@rdf:about)) and
not(contains(bf:Relationship/@rdf:about, 'ontologies/bibframe'))
)
Expand All @@ -612,12 +612,12 @@
ancestor::bflc:Relationship/bflc:relation[
(
exists(@rdf:resource) and
@rdf:resource and
not(contains($vRelStrs, @rdf:resource)) and
not(contains(@rdf:resource, 'ontologies/bibframe'))
) or
(
exists(bf:Relationship/@rdf:about) and
bf:Relationship/@rdf:about and
not(contains($vRelStrs, bf:Relationship/@rdf:about)) and
not(contains(bf:Relationship/@rdf:about, 'ontologies/bibframe'))
)
Expand Down Expand Up @@ -680,12 +680,12 @@
<sf code="4" chopPunct="true">
<select xpath="ancestor::bf:Relation/bf:relationship[
(
exists(@rdf:resource) and
@rdf:resource and
not(contains($vRelStrs, @rdf:resource)) and
not(contains(@rdf:resource, 'ontologies/bibframe'))
) or
(
exists(bf:Relationship/@rdf:about) and
bf:Relationship/@rdf:about and
not(contains($vRelStrs, bf:Relationship/@rdf:about)) and
not(contains(bf:Relationship/@rdf:about, 'ontologies/bibframe'))
)
Expand All @@ -695,12 +695,12 @@
ancestor::bflc:Relationship/bflc:relation[
(
exists(@rdf:resource) and
@rdf:resource and
not(contains($vRelStrs, @rdf:resource)) and
not(contains(@rdf:resource, 'ontologies/bibframe'))
) or
(
exists(bf:Relationship/@rdf:about) and
bf:Relationship/@rdf:about and
not(contains($vRelStrs, bf:Relationship/@rdf:about)) and
not(contains(bf:Relationship/@rdf:about, 'ontologies/bibframe'))
)
Expand Down Expand Up @@ -1603,12 +1603,12 @@
<sf code="i" chopPunct="true">
<select xpath="ancestor::bf:Relation/bf:relationship[
(
exists(@rdf:resource) and
@rdf:resource and
not(contains($vRelStrs, @rdf:resource)) and
not(contains(@rdf:resource, 'ontologies/bibframe'))
) or
(
exists(bf:Relationship/@rdf:about) and
bf:Relationship/@rdf:about and
not(contains($vRelStrs, bf:Relationship/@rdf:about)) and
not(contains(bf:Relationship/@rdf:about, 'ontologies/bibframe'))
)
Expand All @@ -1622,12 +1622,12 @@
<sf code="4">
<select xpath="ancestor::bf:Relation/bf:relationship[
(
exists(@rdf:resource) and
@rdf:resource and
not(contains($vRelStrs, @rdf:resource)) and
not(contains(@rdf:resource, 'ontologies/bibframe'))
) or
(
exists(bf:Relationship/@rdf:about) and
bf:Relationship/@rdf:about and
not(contains($vRelStrs, bf:Relationship/@rdf:about)) and
not(contains(bf:Relationship/@rdf:about, 'ontologies/bibframe'))
)
Expand All @@ -1643,12 +1643,12 @@
<sf code="4">
<select xpath="ancestor::bf:Relation/bf:relationship[
(
exists(@rdf:resource) and
@rdf:resource and
not(contains($vRelStrs, @rdf:resource)) and
not(contains(@rdf:resource, 'ontologies/bibframe'))
) or
(
exists(bf:Relationship/@rdf:about) and
bf:Relationship/@rdf:about and
not(contains($vRelStrs, bf:Relationship/@rdf:about)) and
not(contains(bf:Relationship/@rdf:about, 'ontologies/bibframe'))
)
Expand Down

0 comments on commit c93c304

Please sign in to comment.