Skip to content

Commit

Permalink
Merge pull request #659 from xml-project/fix-658
Browse files Browse the repository at this point in the history
Attempt to fix 658
  • Loading branch information
xml-project committed Dec 3, 2018
2 parents 2ca8226 + 7bf8ebf commit 5afb9d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions xproc/src/main/xml/specification.xml
Expand Up @@ -2030,13 +2030,14 @@ normally during static analysis.</para>
<methodsynopsis>
<type>item()*</type>
<methodname>p:document-property</methodname>
<methodparam><type>document-node()</type><parameter>doc</parameter></methodparam>
<methodparam><type>item()</type><parameter>doc</parameter></methodparam>
<methodparam><type>item()</type><parameter>key</parameter></methodparam>
</methodsynopsis>

<para>The item returned is the value of the property named <code>$key</code>
in the document properties. An empty sequence is returned if no such key
exists. <code>$key</code> is interpreted as follows:</para>
in the document properties. An empty sequence is returned if <code>$doc</code> is
not associated with a document or no such key exists. <code>$key</code> is
interpreted as follows:</para>

<itemizedlist>
<listitem>
Expand Down

0 comments on commit 5afb9d0

Please sign in to comment.