Schematron (e-bog) af Vlist, Eric van der
Vlist, Eric van der (forfatter)

Schematron e-bog

77,76 DKK (inkl. moms 97,20 DKK)
Schematron is a rule-based XML schema language, offering flexibility and power that W3C XML schema, RELAX NG, and DTDs simply can't match.You need Schematron and can't settle for other languages if you have to check rules that go beyond checking the document structures (i.e., checking that an element bar is included in element foo) and their datatypes. Schematron is the right tool for checking ...
E-bog 77,76 DKK
Forfattere Vlist, Eric van der (forfatter)
Udgivet 23 marts 2007
Længde 51 sider
Genrer Web programming
Sprog English
Format pdf
Beskyttelse LCP
ISBN 9780596527716
Schematron is a rule-based XML schema language, offering flexibility and power that W3C XML schema, RELAX NG, and DTDs simply can't match.You need Schematron and can't settle for other languages if you have to check rules that go beyond checking the document structures (i.e., checking that an element bar is included in element foo) and their datatypes. Schematron is the right tool for checking conditions such as "e;startDate is earlier than or equal to endDate."e;Schematron is also the right tool to use if you have to raise user-friendly error messages rather than depend on error messages that are generated by a schema processor and that are often obscure.Schematron builds on XPath. You will need to understand XPath to to get the most from Schematron.