From 04d908cf109139481876a1c230a6d6582119271e Mon Sep 17 00:00:00 2001 From: Vincent Lizzi Date: Tue, 2 Aug 2022 16:58:34 -0400 Subject: [PATCH] update documentation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c926f6..7637bc2 100644 --- a/README.md +++ b/README.md @@ -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