Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentml committed Aug 2, 2022
1 parent 5b071fd commit 04d908c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,17 @@ Parameters:

Resolves the DOCTYPE declaration in an XML file using the XML Catalog and then parses the XML.

Signature:
Signatures:

resolver:parse-xml($xml as xs:string, $catalog as xs:string) as document-node()

resolver:parse-xml($xml as xs:string, $catalog as xs:string, $path as xs:string) as document-node()

Parameters:

- $xml - XML document as a string or a URI to an XML document
- $catalog - location of the XML Catalog file(s)
- $path - File path to a location where the XML will be written before being parsed in order to control base-uri()

## XML Catalog File Location

Expand Down

0 comments on commit 04d908c

Please sign in to comment.