<< < 2 3 4 5 6 7 8 >   ∑:175  Sort:Rank

Glossary
List of terms and their definitions used in this book.
2022-10-01, 156🔥, 0💬

"date" Datatype Values and Representations
This section describes the built-in primitive datatype, 'date' that represents dates in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. Timezone offset is optional.
2022-10-01, 155🔥, 0💬

Redefining Old Datatypes - Errors
This section describes a tutorial example of incorrect usages of 'redefine' components on changing existing datatypes.
2022-10-01, 153🔥, 0💬

XSD 1.1 not Supported by sax.Writer
This section provides a tutorial example showing that sax.Writer does not support XSD 1.1.
2022-10-01, 152🔥, 0💬

Nested Atomic and List Union Datatypes
This section provides a tutorial example on how atomic union and list union datatypes can be used as member datatypes to construct nested union datatypes.
2022-10-01, 151🔥, 0💬

Datatypes, Values and Representations
This section describes how built-in datatypes can be used to add type declarations to XML elements and attributes to help XML receiver to parse out desired values from XML documents.
2022-10-01, 150🔥, 0💬

Nested List Datatypes - Not Allowed
This section provides a tutorial example on how list datatypes and list union datatypes are now allowed as item datatypes to construct nested list datatypes.
2022-10-01, 147🔥, 0💬

Compiling and Running Java Programs
This section describes a tutorial example on how to compile and run Java programs.
2022-10-01, 146🔥, 0💬

Validating XML Documents with Schema Locations - JAXP
This section describes a test on using JAXP standard parser interface to validate an XML document with schema location assigned inside the XML document.
2022-10-01, 146🔥, 0💬

sax.DocumentTracer and sax.Writer
This section provides tutorial examples on how to use sample programs sax.DocumentTracer and sax.Writer to validate XML documents with XSD schema. Their error reporting format is better than dom.GetElementsByTagName and dom.Writer.
2022-10-01, 145🔥, 0💬

jaxp.TypeInfoWriter as an XSD 1.1 Validation Tool
This section provides a tutorial example on how to use sample program jaxp.TypeInfoWriter as an XSD 1.1 validation tool. It prints out element type information, while it is parsing through the XML document. Error messages are printed out where and when they occurred.
2022-10-01, 141🔥, 0💬

Datatypes, Values and Representations - Example
This section provides examples of how element E, datatype T, value V and representation R are related to each others.
2022-10-01, 140🔥, 0💬

sax.Writer Reporting Errors Embedded in XML Structure
This section provides a tutorial example showing sax.Writer reporting XSD validation errors embedded inside XML structure.
2022-10-01, 135🔥, 0💬

Including Old Schema Documents - Examples
This section describes a tutorial example on how to include an existing schema document and reuse its datatype definitions.
2022-10-01, 126🔥, 0💬

What Are Identity-Constraints?
This section describes 3 types of identity constraints supported by XSD: 'unique', 'key' and 'keyref' identity constraints. They are very similar to concepts of UNIQUE, PRIMARY KEY and FOREIGN KEY constraints on multiple columns in a database table.
2022-04-10, 894🔥, 1💬

💬 2022-04-10 savo: OKE

Assigning XML Schema to XML Documents
This section describes a tutorial example on how to assign an XML Schema file (XSD) to an XML document using XMLPad.
2021-10-27, 980🔥, 1💬

💬 2021-10-27 Daniel João: Como importo o xsd

XSD Schema XML SAX Validator with Error Handler
This section describes a tutorial example on how to create an error handler to be used by the validator to alter the default error handling behavior.
2021-08-26, 2984🔥, 5💬

💬 2021-08-26 manglesh: it wouldnt work for complex element with tag. It will stop at the fist error (missing element) and wont report the second missin...

💬 2019-08-02 BirYazilim: Great Help, thnks a lot...

💬 2017-04-26 Pedro A.: Hi Herong, Thanks for the reply. That was my first idea, but what happens is that once it catches the first fatalError, it will ...

💬 2017-04-23 Herong: Pedro, can you try to comment out the "throw e;" statement in the fatalError() method? It should let you capture all fatal error...

💬 2017-04-23 Pedro A.: Thank you for the code. Really useful. I only have one question about it. Imagine that you have more than one fatal error, like ...

Complex Element vs. Simple Element
This section describes what is a complex element and how to declare different types of complex elements.
2020-02-11, 5361🔥, 1💬

💬 2020-02-11 Abc: Good

XMLPad Crash When Validating Non-Conforming XML Documents
This section describes a failed test of validating a non-conforming XML document with the assigned XML Schema file (XSD), XMLPad Crashed.
2020-01-28, 737🔥, 2💬

💬 2020-01-28 Herong: Matteo, which version of XMLPad are you using?

💬 2020-01-27 Matteo: WMHELP crash when load xml file with following error Access violation at address 00BB402C in module 'coreobj70.bpl'. Read of add...

Xsd11SchemaValidator.java for XSD 1.1 Validation
This section provides a tutorial example on calling SchemaFactory.newInstance() with 'http://www.w3.org/XML/XMLSche ma/v1.1'for XSD 1.1 validation.
2019-12-19, 1968🔥, 3💬

💬 2019-12-19 Herong: Gopi, which part is not working?

💬 2019-12-13 Gopi: Hi, The above code i tried it is not working at all.

💬 2019-12-13 JI: this code is not working at alll

Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other formats.
2019-11-05, 1900🔥, 5💬

💬 2016-12-09 jaggu: xml pdf

💬 2016-01-13 Mo: Awesome

💬 2015-09-24 omid: I need t

Validating XML Documents with Assigned XSD
This section describes a tutorial example on how to validate an XML document with the assigned XML Schema file (XSD) using XMLPad.
2019-09-19, 512🔥, 1💬

"boolean" Datatype Values and Representations
This section describes the built-in primitive datatype, 'boolean' that represents 2 Boolean values of true and false. Whitespaces are allowed and removed.
2019-08-30, 2445🔥, 3💬

💬 2019-08-30 tom: thanks

"dateTimeStamp" Datatype Values and Representations
This section describes the built-in primitive datatype, 'dateTimeStamp' that represents moments of time in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. Timezone offset is required.
2019-07-08, 647🔥, 1💬

<< < 2 3 4 5 6 7 8 >   ∑:175  Sort:Rank