Revision [1498]

Last edited on 2010-08-24 11:30:08 by DavidLee
Additions:
||-xsd schema.xsd||Validates against a single W3C schema files in no namespace||
||-xsd "URI schema.xsd [...]"||Validates against one or more W3C schema files in namespaces||
Deletions:
||-xsd schema.xsd||Validates against one or more W3C schema files||
||-xsd "URI schema.xsd [...]"||Validates against one or more W3C schema files||


Revision [1240]

Edited on 2010-02-15 10:35:46 by DavidLee
Additions:
||-xsd schema.xsd||Validates against one or more W3C schema files||
||-xsd "URI schema.xsd [...]"||Validates against one or more W3C schema files||
Deletions:
||-xsd schema.xsd
-xsd "URI schema.xsd [...]"||Validates against one or more W3C schema files||


Revision [964]

Edited on 2009-11-24 19:01:24 by DavidLee
Additions:
-xsd "URI schema.xsd [...]"||Validates against one or more W3C schema files||
[[Commands]]
Deletions:
-xsd "URI schema.xsd [...]"||Validates against one or more W3C schema files||||


Revision [963]

Edited on 2009-11-24 19:01:07 by DavidLee
Additions:
xvalidate [ [[SerializationOptions serialization options]] ] [options] [file]
||-xsd schema.xsd
-xsd "URI schema.xsd [...]"||Validates against one or more W3C schema files||||
||-dtd schema.dtd||Validates against a XML DTD file||
||-rng schema.rng||Validates against an RNG schema file||
||-schematron schematron.xml|| validates against a schematron description||
Supports the standard [ [[SerializationOptions serialization options]] ]
Deletions:
xvalidate [options] [file]
-xsd schema.xsd
-xsd "URI schema.xsd [...]"
Validates against one or more W3C schema files
-dtd schema.dtd
Validates against a XML DTD file
-rng schema.rng
Validates against an RNG schema file
-schematron schematron.xml
validates against a schematron description


Revision [823]

Edited on 2009-10-11 06:32:31 by DavidLee
Additions:
Validates an xml document against one or more xsd schemas.
If the first form is used then the schema is used as the "no namespace" schema.
If the second form is used then one or more URI/schema pairs are used as namespace schemas for validation.
rng validation uses the [[CommandRngvalidate rngvalidate]] command. See that command for details on the options.
Deletions:
rng validation uses the [[CommandRngvalidate rngvalidate]] command


Revision [771]

Edited on 2009-09-16 07:57:44 by DavidLee
Additions:
----
Deletions:
[[CommandsInternal]]


Revision [719]

Edited on 2009-09-05 18:21:26 by DavidLee
Additions:
===schematron validation===
Deletions:
===schematron validation]]


Revision [718]

Edited on 2009-09-05 18:21:00 by DavidLee
Additions:
validates an xml document against a schema.
Forcibly ignores any DTD schema specified in the DOCTYPE instruction.
===xsd validation===
XSD validation uses the [[CommandXsdvalidate xsdvalidate]] command.
===dtd validation===
Validations against the specified DTD and ignores any DTD in the DOCTYPE processing instruction.
===rng validation===
rng validation uses the [[CommandRngvalidate rngvalidate]] command
===schematron validation]]
schematron validation uses the [[CommandSchematron schematron]] command
Deletions:
validates an xml document against a schema. Forcibly ignores any DTD schema specified in the DOCTYPE instruction.


Revision [717]

Edited on 2009-09-05 18:16:44 by DavidLee
Additions:
validates against a schematron description


Revision [716]

Edited on 2009-09-05 18:16:22 by DavidLee
Additions:
-xsd "URI schema.xsd [...]"
Validates against one or more W3C schema files
-schematron schematron.xml
Deletions:
Validates against a W3C schema file


Revision [573]

Edited on 2009-05-27 10:08:32 by DavidLee
Additions:
====Return Value====
Returns 0 (true) if validation is successful.
Returns 1 (fail) if validation fails and prints any validation errors on stderr


Revision [572]

The oldest known version of this page was created on 2009-05-27 10:07:14 by DavidLee
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki