Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
validate command script; no mandated XQuery QLB now.
  • Loading branch information
AndrewSales authored Aug 1, 2023
1 parent 81c055e commit c938978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
**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.

0 comments on commit c938978

Please sign in to comment.