1 2 3 4 5 6 > >>   ∑:175  Sort:Date

"base64Binary" Datatype Values and Representations
This section describes the built-in primitive datatype, 'base64Binary' that represents binary data represented in Base64 encoding. Whitespaces are allowed and removed.
2023-11-21, 17546🔥, 3💬

💬 2023-11-21 dd: NICE

💬 2015-10-01 Herong: Harsh, if you are getting an image as a Base64Binary element in an XML file, you need to save it in a file, run Base64 decode on...

💬 2015-09-30 Harsh: I am getting output in base64binary now i want to print that image to the printer how can i do it?

Declaring Root Elements - "element" Element
This section describes a tutorial example on how to use the Element Declaration Component to declare the root element for a conforming XML document.
2018-08-29, 8815🔥, 6💬

💬 2018-08-29 google: <a href="http://google.com">Google& lt;/a>

💬 2018-08-29 rock: Great

💬 2017-03-19 Jay: Thanks dude...

💬 2016-02-02 Herong: Shashi, XML schema does not support unbounded root elements. Only one single root element is allowed. So your schema example is ...

💬 2016-02-01 Shashi: Can you have a root element, which is unbound? Like as follows? Can you please let me know if it valid?

"gYear", "gMonth" and "gDay" Datatypes
This section describes the built-in primitive datatype, 'gYear', 'gMonth' and 'gDay', that represents years, months and days in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. Timezone offset is optional.
2016-01-08, 6746🔥, 2💬

💬 2016-01-08 Herong: Ashok, you are welcome!

💬 2016-01-07 Ashok: Thanks for this descriptive tutorial on Gregorian calendar. I was looking for gDay and could know more about it here.

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, 5351🔥, 1💬

💬 2020-02-11 Abc: Good

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, 2966🔥, 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 ...

"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, 2439🔥, 3💬

💬 2019-08-30 tom: thanks

XML Editor and Schema Processor - XMLPad
This chapter provides notes and tutorial examples on the free XML editor and XML Schema processor, XMLPad. Topics include installing WMHelp XMLPad Pro, assigning XML Schema to XML documents, validating XML documents, generating XML schema diagram.
2017-12-04, 2083🔥, 1💬

💬 2017-12-04 Sreelatha: heard great about XMLPad. Would like to try.

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, 1963🔥, 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, 1893🔥, 5💬

💬 2016-12-09 jaggu: xml pdf

💬 2016-01-13 Mo: Awesome

💬 2015-09-24 omid: I need t

Assigning XML Schema Location with Namespaces
This section describes a tutorial example on how to assign schema location to a namespace used in the schema and the XML document.
2016-11-21, 1672🔥, 1💬

💬 2016-11-21 amanda: GOOD

Installing WMHelp XMLPad Pro
This section describes what is XMLPad and how to install and run XMLPad.
2022-12-28, 1670🔥, 1💬

💬 2022-12-28 Usama Ahmed: I'm really interested in trying that

XSD Tutorials - Herong's Tutorial Examples
This book is a collection of tutorial examples and notes written by the author while he was learning XSD (XML Schema Definition). Topics include: XSD (XML Schema Definition) specification and processors; JAXP (Java API for XML Processing) API; XSD Schema XML DOM/SAX validators; Using Xerces2 Java Pa...
2015-07-21, 1320🔥, 0💬

Introduction to XML Schema
This chapter provides a quick introduction of XML Schema. Topics include what is XML Schema, what is XSD, how to validate XML documents again XSD files, reviewing a simple application example of XML Schema, list of XSD schema processors.
2018-03-29, 1237🔥, 2💬

💬 2018-03-29 ashok: thanks

💬 2015-07-21 Vlad: Simple comment

"long", "int", "short" and "byte" Datatypes
This section describes the built-in primitive datatypes, 'long', 'int', 'short' and 'byte', that represents signed integer numbers for different storage sizes. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, 1146🔥, 0💬

"hexBinary" Datatype Values and Representations
This section describes the built-in primitive datatype, 'hexBinary' that represents binary data represented in hexadecimal encoding. Leading and trailing whitespaces allowed and trimmed.
2022-10-01, 1138🔥, 0💬

Examples of XSD 1.1 and XML Files with Errors
This section provides an example XML file associated with an example XSD 1.1 file. The XML file contains some errors intentionally for see how XML validation tools report them.
2022-10-01, 1096🔥, 0💬

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, 956🔥, 1💬

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

"nonNegativeInteger", "positiveInteger", "nonPositiveInteger", "negativeInteger" Datatypes
This section describes the built-in primitive datatypes, 'nonNegativeInteger', 'positiveInteger', 'nonPositiveInteger' and 'negativeInteger', that represents integer numbers according signs and the zero value. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, 937🔥, 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, 887🔥, 1💬

💬 2022-04-10 savo: OKE

"anyURI" Datatype Values and Representations
This section describes the built-in primitive datatype, 'anyURI' that represents IRI (Internationalized Resource Identifier) values. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, 832🔥, 0💬

XSD Schema XML DOM Validator - XsdSchemaDomValidator.java
This section describes a tutorial example on how to create a Validator instance from an XSD Schema instance to validate an XML file using the JAXP DOM interface.
2022-10-01, 810🔥, 0💬

"float" and "double" Datatype Values and Representations
This section describes the built-in primitive datatypes, 'float' and 'double' that represents single-precision (32-bit) and double-precision (64-bit) floating-point numbers. Leading and trailing whitespaces allowed and trimmed.
2022-10-01, 769🔥, 0💬

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, 729🔥, 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...

"keyref" Identity-Constraint XSD Example
This section provides a tutorial example on how to define a 'keyref' identity-constraint in an XSD schema to ensure key reference values are existing key values defined by another 'key' identify-constraint. Xecers2 XSD validator only reports a single generic error for multiple 'keyref' identity-cons...
2022-10-01, 724🔥, 0💬

1 2 3 4 5 6 > >>   ∑:175  Sort:Date