schematron
Get duplicate attributes in xml using schematron
I am writing few checks for XML file using schematron. I want to write down a check so that there must be no duplicate attribute \'id\' in any tag across the xml.[详细]
2023-04-08 19:03 分类:问答Scope of Schema and Schematron
I have an element that can have a different structure depending on certain constraints. The element is defined as:[详细]
2023-04-01 09:27 分类:问答How to check if an attribute resides within an element?
I want to check if there is an inline stylesheet within the document, but I am not sure how to pick descendant attributes of an element as \"style\" attribute could be attached to any element within t[详细]
2023-03-27 21:11 分类:问答Validate one node based on criteria from another node by referencing the criteria's @ID
I am trying to validate the presence of a child element based on criteria in a different element in the document identified by its ID. Using ISO Schematron and XPath 2.0.[详细]
2023-03-10 00:07 分类:问答Validating large xml files with schematron
I\'m using schematron for vali开发者_开发百科dating large xml files (several megabytes). Validation is quite fast if files are ok (if there is no errors). But when the error count increases so increas[详细]
2023-03-08 14:58 分类:问答Schematron & Xpath, testing for valid set of sub-elements and attributes
Since XSD doesn\'t cover my needs, i\'m now evaluating Schematron. testing for other than allowed elements seems impossible.[详细]
2023-02-21 22:47 分类:问答Schematron validation and uniqueness
I\'m trying to write some Schematron rules and one of them is supposed to check, if elements are unique in the scope of parent element. So I have an example xml structure:[详细]
2023-01-17 04:53 分类:问答XML validation by XSLT or Schematron in Eclipse XML Editor?
How can we validate xml document by either schematron or xslt in Eclipse xml editor? The idea isto extend xml docu开发者_JS百科ment live validation in eclipse xml editor with some rules based validati[详细]
2023-01-14 20:44 分类:问答xsd validation using schematron
I\'m trying to add schematron validation to my xsd. This is my new xsd : <xs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\">[详细]
2023-01-05 01:30 分类:问答SQL Server-- join tables and SUM columns for each distinct row
Could someone double check my SQL statement for proper operation and general commonsense approach? Here\'s what\'s going on:I have a parent and child table with a one-to-many relationship, joined on[详细]
2022-12-19 21:01 分类:问答