tDOM

Check-in [f645e5dfe1]
Login

Check-in [f645e5dfe1]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Adding DOM tree postvalidation (only) local key constraints along the lines of xsd unqiue with selector and list of fields but with no restrictions on the XPath expressions (other then resulting a node set in case of selector and a result set with one node in case of field XPath expression).
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | domlocalkey
Files: files | file ages | folders
SHA3-256: f645e5dfe14b0b43d40e0b25d01767e3f283e97b136ddcbcb0523a61fd869b8c
User & Date: rolf 2019-05-21 16:21:31.289
Context
2019-05-21
22:24
Added optional flag argument to domunique. Currently only flag controls, if empty field node sets are ignored (or seen as the empty string). closed check-in: 6a51d9897b user: rolf tags: domlocalkey
16:21
Adding DOM tree postvalidation (only) local key constraints along the lines of xsd unqiue with selector and list of fields but with no restrictions on the XPath expressions (other then resulting a node set in case of selector and a result set with one node in case of field XPath expression). check-in: f645e5dfe1 user: rolf tags: domlocalkey
2019-05-14
20:02
Enhanced the text constraint commands id/idref: Beside the one doc wide ID space there are now additional other named doc wide ID/IDREF spaces possible. Each of them work along the unnamed doc wide ID space. check-in: 6b550b98f8 user: rolf tags: schema
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/dom.c.
Changes to generic/dom.h.
Changes to generic/domxpath.c.
Changes to generic/domxpath.h.
Changes to generic/schema.c.
Changes to generic/schema.h.
Changes to tests/schema.test.