From c938978bac789b2dd00137b603336f880b1d0ad9 Mon Sep 17 00:00:00 2001 From: Andrew Sales Date: Tue, 1 Aug 2023 12:24:07 +0100 Subject: [PATCH] Update README.md validate command script; no mandated XQuery QLB now. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91fead3..3ff99da 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The output is an XQuery main module, which contains two external variables allow For convenience, if you have compiled a schema using `compile.bxs`, you can run `validate.bxs`, passing the schema and document locations: - basex -bschema=mySchema.xqy -buri=myDoc.xml + basex -bschema=mySchema.xqy -buri=myDoc.xml validate.bxs The output is again SVRL. @@ -90,10 +90,10 @@ This is a pre-release and should be treated as such. Please refer to the issues for a list of known bugs and planned enhancements. ## Query language binding -Your schema *must* specify a `queryBinding` value of : `xquery`, `xquery3` or `xquery31`, in any combination of upper or lower case. +Your schema should specify a `queryBinding` value of : `xquery`, `xquery3` or `xquery31`, in any combination of upper or lower case. ## Inclusion and expansion These are not yet supported: see [#6](https://github.com/AndrewSales/XQS/issues/6). If your schema makes use of these, consider using a tool such as [SchXslt](https://github.com/schxslt/schxslt) to perform these steps in the meantime. -**CAUTION** When compiling, avoid using the XQS namespace (`http://www.andrewsales.com/ns/xqs`) in your schema, which XQS uses for variables internal to the application. \ No newline at end of file +**CAUTION** When compiling, avoid using the XQS namespace (`http://www.andrewsales.com/ns/xqs`) in your schema, which XQS uses for variables internal to the application.